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