mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-22 07:13:50 +01:00
debug automatic corrector
This commit is contained in:
parent
c8dc189e92
commit
600c721299
2
init.lua
2
init.lua
@ -242,7 +242,7 @@ local function handle_command(name, param)
|
||||
local fmembers = ""
|
||||
if table.getn(facts[faction_name].members) > 50 then
|
||||
fmembers = "The faction has more than 50 members, the members list can't be shown"
|
||||
elseif
|
||||
else
|
||||
for play,_ in pairs(facts[faction_name].members) do
|
||||
if fmembers == "" then
|
||||
fmembers = play
|
||||
|
Loading…
Reference in New Issue
Block a user