From 616248aeedc590478bfb241664023d027a1e06d2 Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 12 Jan 2019 00:40:51 +0200 Subject: [PATCH] show item type test --- classes/InventoryItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/InventoryItem.php b/classes/InventoryItem.php index a872b1f..640a790 100644 --- a/classes/InventoryItem.php +++ b/classes/InventoryItem.php @@ -12,7 +12,7 @@ class InventoryItem extends Item public function printImage() { if (!in_array($this->type,[12,50,200])) { - echo ""; + echo ""; parent::printImage(); echo ""; }