This commit is contained in:
Elkien3 2018-04-17 17:49:22 -05:00
parent f1e4fa8eaf
commit 5aa2c5c84f

View File

@ -251,7 +251,7 @@ end
function factions.Faction.check_players_in_faction(self)
local i = 0
if self.players then
for self.players
for self.players do
i = i + 1
end
end