This commit is contained in:
lopar 2019-01-14 23:46:56 +02:00
parent d0497b1606
commit 40e0da910c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class ShopItem extends Item
{
public function printInfo()
{
if (self::printControls(true)) $this->maxdur = 0;
if ($this->printControls()) $this->maxdur = 0;
parent::printBaseInfo();
parent::printRequirements();