debug automatic corrector

This commit is contained in:
Supergoat666 2020-07-29 12:57:36 +02:00
parent c8dc189e92
commit 600c721299

@ -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