mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-18 22:24:35 +00:00
spacing
This commit is contained in:
parent
32b4d7a60f
commit
609626175a
1 changed files with 1 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ public class GeneralMethods {
|
||||||
Faction faction = Factions.getFactionAt(location);
|
Faction faction = Factions.getFactionAt(location);
|
||||||
Rel relation = fPlayer.getRelationTo(faction);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue