typo
This commit is contained in:
parent
5aa2c5c84f
commit
b5abc78873
@ -251,7 +251,7 @@ end
|
|||||||
function factions.Faction.check_players_in_faction(self)
|
function factions.Faction.check_players_in_faction(self)
|
||||||
local i = 0
|
local i = 0
|
||||||
if self.players then
|
if self.players then
|
||||||
for self.players do
|
for player in pairs(self.players) do
|
||||||
i = i + 1
|
i = i + 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user