From 4506a8c3da45142815468fe903f0ace28505af9e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 18 Jun 2022 21:23:35 +0100 Subject: [PATCH] Chat: Fix syntax error --- _en/players/chat.md | 2 +- _it/players/chat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"