2 Commits

Author SHA1 Message Date
fcc91b7e34 patch bump 2026-02-20 18:20:11 +00:00
9b3ae629f3 include the command in the error message 2026-02-20 18:19:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

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.',
) )