remove code that is never reached

This commit is contained in:
Luke aka SwissalpS 2024-09-14 23:27:22 +02:00
parent 0063990b28
commit 442c2c5209

@ -203,9 +203,6 @@ local function handle_command(name, param)
for p in string.gmatch(param, "[^%s]+") do
table.insert(params, p)
end
if params == nil then
return false, S("Unknown subcommand. Run '/help factions' for help.")
end
local action = params[1]
if action == "create" then
local faction_name = params[2]