mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 01:42:18 +00:00
spacing
This commit is contained in:
parent
32b4d7a60f
commit
609626175a
|
@ -1433,7 +1433,7 @@ public class GeneralMethods {
|
|||
Faction faction = Factions.getFactionAt(location);
|
||||
Rel relation = fPlayer.getRelationTo(faction);
|
||||
|
||||
if(!(faction.isNone() || fPlayer.getFaction().equals(faction) || relation == Rel.ALLY)){
|
||||
if (!(faction.isNone() || fPlayer.getFaction().equals(faction) || relation == Rel.ALLY)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue