mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-29 21:54:20 +01:00
Missed diff in last commit
This commit is contained in:
parent
fc235374f8
commit
a3f489c215
@ -385,7 +385,7 @@ public class Conf {
|
||||
static {
|
||||
baseCommandAliases.add("f");
|
||||
|
||||
/*territoryEnemyDenyCommands.add("home");
|
||||
territoryEnemyDenyCommands.add("home");
|
||||
territoryEnemyDenyCommands.add("sethome");
|
||||
territoryEnemyDenyCommands.add("spawn");
|
||||
territoryEnemyDenyCommands.add("tpahere");
|
||||
@ -494,7 +494,7 @@ public class Conf {
|
||||
safeZoneNerfedCreatureTypes.add(EntityType.WITCH);
|
||||
safeZoneNerfedCreatureTypes.add(EntityType.WITHER);
|
||||
safeZoneNerfedCreatureTypes.add(EntityType.ZOMBIE);
|
||||
safeZoneNerfedCreatureTypes.add(EntityType.ELDER_GUARDIAN);*/
|
||||
safeZoneNerfedCreatureTypes.add(EntityType.ELDER_GUARDIAN);
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
|
Loading…
Reference in New Issue
Block a user