Update default factions description and tags if changed in the lang file.

This commit is contained in:
drtshock
2014-07-01 13:46:30 -05:00
parent cd65375bd9
commit 672e115d8b
5 changed files with 33 additions and 64 deletions

View File

@@ -461,7 +461,7 @@ public class Faction extends Entity implements EconomyParticipator {
for (Player player : P.p.getServer().getOnlinePlayers()) {
FPlayer fplayer = FPlayers.i.get(player);
if (fplayer.getFaction() == this) {
if (fplayer != null && fplayer.getFaction() == this) {
return true;
}
}