MinecrafterJPN / ChestShop

ChestShop is the PocketMine-MP plugin which enables you to open your chest shop
8 stars 19 forks source link

Fix meta #15

Closed Crypt97 closed 5 years ago

Crypt97 commented 5 years ago

replace $pMeta = ($meta = array_shift($productData)) ? $meta : 0;

this $pMeta = ($meta = array_shift($productData)) ? (int)$meta : 0;