Faction chat system.

This commit is contained in:
mobius
2015-01-14 11:51:44 +00:00
parent 89f53b2c3d
commit 5395d59c41
11 changed files with 234 additions and 11 deletions

View File

@@ -200,12 +200,12 @@ public final class L2World
return _allPlayers.size();
}
public int getAllgoodPlayersCount()
public int getAllGoodPlayersCount()
{
return _allGoodPlayers.size();
}
public int getAllevilPlayersCount()
public int getAllEvilPlayersCount()
{
return _allEvilPlayers.size();
}