factionsuuid warzone fix - 3.1.0-5

This commit is contained in:
SuperRonanCraft 2021-06-17 18:42:50 -04:00
parent 33fd6270c1
commit cd0d6c733d
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ public class RTPPluginValidation { //Safe locations depending on enabled depende
if (getDepends().isFactionsUUID())
try {
Faction faction = Board.getInstance().getFactionAt(new FLocation(loc));
result = faction.isWilderness() || faction.isWarZone() || faction.isSafeZone();
result = faction.isWilderness() || faction.isSafeZone();
} catch (Exception e) {
e.printStackTrace();
}

View File

@ -1,5 +1,5 @@
main: me.SuperRonanCraft.BetterRTP.BetterRTP
version: '3.1.0-4'
version: '3.1.0-5'
name: BetterRTP
author: SuperRonanCraft
softdepend: