mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fix tile derp
This commit is contained in:
@@ -40,7 +40,7 @@ abstract class Tile extends Position{
|
|||||||
const FLOWER_POT = "FlowerPot";
|
const FLOWER_POT = "FlowerPot";
|
||||||
const MOB_SPAWNER = "MobSpawner";
|
const MOB_SPAWNER = "MobSpawner";
|
||||||
const SKULL = "Skull";
|
const SKULL = "Skull";
|
||||||
const BREWING_STAND = "Cauldron";
|
const BREWING_STAND = "BrewingStand";
|
||||||
const ENCHANT_TABLE = "EnchantTable";
|
const ENCHANT_TABLE = "EnchantTable";
|
||||||
|
|
||||||
public static $tileCount = 1;
|
public static $tileCount = 1;
|
||||||
|
Reference in New Issue
Block a user