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

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 do
for player in pairs(self.players) do
i = i + 1
end
end