From 6365e6b0ad4de590a8629fe066a3fa24f1aadbbe Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 26 Nov 2024 22:00:29 +0100 Subject: [PATCH] fix default punish command (#759) --- rcon/user_config/rcon_chat_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rcon/user_config/rcon_chat_commands.py b/rcon/user_config/rcon_chat_commands.py index 99364d5a6..1cec50efc 100644 --- a/rcon/user_config/rcon_chat_commands.py +++ b/rcon/user_config/rcon_chat_commands.py @@ -120,6 +120,7 @@ class RConChatCommandsUserConfig(BaseChatCommandUserConfig): description="Punishes yourself to redeploy in 10s instead of 20s.", commands={ "punish": { + "by": "RCON chat command", "player_name": "{player_name}", "reason": "Executing redeploy command", }