mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Removed a bunch of TODO and fixed item drops on block update
This commit is contained in:
@ -38,8 +38,6 @@ abstract class Tile extends Position{
|
||||
const CHEST = "Chest";
|
||||
const FURNACE = "Furnace";
|
||||
|
||||
//TODO: pre-close step NBT data saving method
|
||||
|
||||
public static $tileCount = 1;
|
||||
|
||||
/** @var Chunk */
|
||||
|
Reference in New Issue
Block a user