diff -r 4c743ef80b1b -r bd1db668b7c0 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Tue Dec 18 14:24:23 2018 +0100 +++ b/hedgewars/uIO.pas Tue Dec 18 15:21:23 2018 +0100 @@ -171,6 +171,10 @@ if s[2] = '.' then ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true); end; + 'v': begin + if s[2] = '.' then + ParseCommand('missvar ' + copy(s, 3, length(s) - 2), true); + end; 'I': ParseCommand('pause server', true); 's': if gameType = gmtNet then ParseChatCommand('chatmsg ', s, 2)