mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
factionsuuid warzone fix - 3.1.0-5
This commit is contained in:
parent
33fd6270c1
commit
cd0d6c733d
@ -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();
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
main: me.SuperRonanCraft.BetterRTP.BetterRTP
|
||||
version: '3.1.0-4'
|
||||
version: '3.1.0-5'
|
||||
name: BetterRTP
|
||||
author: SuperRonanCraft
|
||||
softdepend:
|
||||
|
Loading…
x
Reference in New Issue
Block a user