include the command in the error message

This commit is contained in:
onyx-and-iris 2026-02-20 18:19:57 +00:00
parent 74ed189ca5
commit 9b3ae629f3

View File

@ -70,7 +70,7 @@ class RconApp(App):
) )
except RCONError: except RCONError:
output = ( output = (
'Unable to execute command.', f'Unable to execute command {cmd}. ',
'It may be due to a map change or a server restart.', 'It may be due to a map change or a server restart.',
'If the problem persists, please check your connection settings and ensure the server is running.', 'If the problem persists, please check your connection settings and ensure the server is running.',
) )