some fixes for mcpe

This commit is contained in:
Maxim Khomutov 2023-11-15 00:43:51 +03:00
parent 82869515f3
commit a79980903e

View File

@ -73,6 +73,7 @@ perms = Permissions(config['permission_file'])
def fix_rcon_text(_srt):
try:
if '§' in _srt:
_srt = list(_srt)
for i in range(len(_srt)):
if _srt[i] == '§':