]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
renamed QUAKEWORLD protocol to QW to shorten connect string
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 15 May 2007 10:14:06 +0000 (10:14 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 15 May 2007 10:14:06 +0000 (10:14 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7285 d7cf8633-e32d-0410-b094-e92efae38249

protocol.c

index 95be891c31727156d9e9e3af724ad2cd3c25b727..31594647006d39720303d3842d8a3a63368ace67 100644 (file)
@@ -52,7 +52,7 @@ protocolversioninfo[] =
        {15, "QUAKEDP"},
        {250, "NEHAHRAMOVIE"},
        {15, "QUAKE"},
-       {28, "QUAKEWORLD"},
+       {28, "QW"},
        {0, NULL}
 };