diff --git a/chat_commands/chat_command_text_rules.gsc b/chat_commands/chat_command_text_rules.gsc index 50dd8d9..2678069 100644 --- a/chat_commands/chat_command_text_rules.gsc +++ b/chat_commands/chat_command_text_rules.gsc @@ -2,6 +2,6 @@ Init() { - CreateCommand(["27016", "27017"], "rules", "text", ["Do not camp", "Do not spawnkill", "Do not disrespect other players"]); - CreateCommand(["27018"], "rules", "text", ["Leave your spot and don't camp after using a M.O.A.B", "Don't leave while being infected", "Do not disrespect other players"]); + CreateCommand(["27016", "27017"], "rules", "text", ["Do not camp", "Do not spawnkill", "Do not disrespect other players"], 1); + CreateCommand(["27018"], "rules", "text", ["Leave your spot and don't camp after using a M.O.A.B", "Don't leave while being infected", "Do not disrespect other players"], 1); } \ No newline at end of file