diff --git a/_en/players/chat.md b/_en/players/chat.md index cdc6467..7d88f94 100644 --- a/_en/players/chat.md +++ b/_en/players/chat.md @@ -113,7 +113,7 @@ elseif cmd == "max_users" then if team_name and max_users then return true, "Set max users of team " .. team_name .. " to " .. max_users else - return false, "Usage: /team max_users ` + return false, "Usage: /team max_users " end else return false, "Command needed" diff --git a/_it/players/chat.md b/_it/players/chat.md index 93a0b9f..bba9167 100755 --- a/_it/players/chat.md +++ b/_it/players/chat.md @@ -107,7 +107,7 @@ elseif cmd == "max_users" then if team_name and max_users then return true, "Set max users of team " .. team_name .. " to " .. max_users else - return false, "Usage: /team max_users ` + return false, "Usage: /team max_users " end else return false, "Command needed"