mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 18:47:44 +01:00
Fixed an issue with the mob spawn control flags
This commit is contained in:
parent
cd599849b2
commit
c9688a9c58
@ -123,7 +123,7 @@ public class WorldGuardPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
boolean blockCreeperExplosions;
|
boolean blockCreeperExplosions;
|
||||||
boolean blockCreeperBlockDamage;
|
boolean blockCreeperBlockDamage;
|
||||||
String blockCreatureSpawn;
|
String blockCreatureSpawn = "";
|
||||||
|
|
||||||
int loginProtection;
|
int loginProtection;
|
||||||
int spawnProtection;
|
int spawnProtection;
|
||||||
|
Loading…
Reference in New Issue
Block a user