]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_main.c
Updated Transfusion map list
[xonotic/darkplaces.git] / net_main.c
index 90e67f6c672d0b34e2c6d8d250c82f7a7112d3d0..8db5a1b5c3afb8bfedb118a6de592c0061b4c113 100644 (file)
@@ -695,7 +695,7 @@ void NET_Init (void)
        }
        net_hostport = DEFAULTnet_hostport;
 
-       if (COM_CheckParm("-listen") || cls.state == ca_dedicated || gamemode == GAME_BLOODBATH)
+       if (COM_CheckParm("-listen") || cls.state == ca_dedicated || gamemode == GAME_TRANSFUSION)
                listening = true;
 
        SetNetTime();