mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-04-09 05:33:31 +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-License-Identifier: MIT
|
||||
__version__ = '0.5.0'
|
||||
__version__ = '0.5.1'
|
||||
|
||||
@@ -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