mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 01:51:51 +00:00
Fix tile derp
This commit is contained in:
parent
aa713c4e4a
commit
995d0847f9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user