Resolve comments

This commit is contained in:
Supergoat666 2020-08-25 02:31:36 +02:00
parent 33ce6b25a4
commit 36059b8559
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ if areas.factions_available then
params = S("<ID> [faction_name]"),
description = S("Toggle an area open/closed for members in your faction."),
func = function(name, param)
params = param:split(" ")
local params = param:split(" ")
local id = tonumber(params[1])