Fix extra space in msg commands

This commit is contained in:
PikalaxALT
2021-08-27 14:40:37 -04:00
parent 0117a86e52
commit 91da8c9851
49 changed files with 1570 additions and 1570 deletions

View File

@@ -116,8 +116,8 @@ string MessagesDecoder::DecodeMessage(u16string &message, int &i) {
decoded += command;
int nargs = message[j++];
debug_printf("%04X ", nargs);
decoded += ' ';
if (is_strvar) {
decoded += ' ';
decoded += to_string(code & 0xFF);
if (nargs != 0)
decoded += ',';