Chat: Fix syntax error
This commit is contained in:
parent
14a356ded1
commit
4506a8c3da
@ -113,7 +113,7 @@ elseif cmd == "max_users" then
|
|||||||
if team_name and max_users then
|
if team_name and max_users then
|
||||||
return true, "Set max users of team " .. team_name .. " to " .. max_users
|
return true, "Set max users of team " .. team_name .. " to " .. max_users
|
||||||
else
|
else
|
||||||
return false, "Usage: /team max_users <team_name> <number>`
|
return false, "Usage: /team max_users <team_name> <number>"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
return false, "Command needed"
|
return false, "Command needed"
|
||||||
|
@ -107,7 +107,7 @@ elseif cmd == "max_users" then
|
|||||||
if team_name and max_users then
|
if team_name and max_users then
|
||||||
return true, "Set max users of team " .. team_name .. " to " .. max_users
|
return true, "Set max users of team " .. team_name .. " to " .. max_users
|
||||||
else
|
else
|
||||||
return false, "Usage: /team max_users <team_name> <number>`
|
return false, "Usage: /team max_users <team_name> <number>"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
return false, "Command needed"
|
return false, "Command needed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user