Fixed an issue with the mob spawn control flags

This commit is contained in:
DarkLiKally 2011-02-24 17:56:36 +01:00
parent cd599849b2
commit c9688a9c58

View File

@ -123,7 +123,7 @@ public class WorldGuardPlugin extends JavaPlugin {
boolean blockCreeperExplosions;
boolean blockCreeperBlockDamage;
String blockCreatureSpawn;
String blockCreatureSpawn = "";
int loginProtection;
int spawnProtection;