mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-04-08 21:23:30 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcc91b7e34 | |||
| 9b3ae629f3 |
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = '0.5.0'
|
__version__ = '0.5.1'
|
||||||
|
|||||||
@@ -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.',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user