mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-04-08 21:23:30 +00:00
include the command in the error message
This commit is contained in:
@@ -70,7 +70,7 @@ class RconApp(App):
|
||||
)
|
||||
except RCONError:
|
||||
output = (
|
||||
'Unable to execute command.',
|
||||
f'Unable to execute command {cmd}. ',
|
||||
'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.',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user