hedgewars/uIO.pas
changeset 14484 bd1db668b7c0
parent 13898 8c702a4839ec
child 14535 5ac181cb2396
--- 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)