]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
(patch from Elric) BloodBath renamed to Transfusion
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index d7be378fee52e108b4cd8b270079098e5d14bf51..20d22b8b3a90a4d6a634017331a6aee91b50e327 100644 (file)
--- a/host.c
+++ b/host.c
@@ -201,8 +201,8 @@ void        Host_FindMaxClients (void)
                        svs.maxclients = 8;
        }
 
-       // BloodBath doesn't support single player games
-       if (gamemode == GAME_BLOODBATH && svs.maxclients < 4)
+       // Transfusion doesn't support single player games
+       if (gamemode == GAME_TRANSFUSION && svs.maxclients < 4)
                svs.maxclients = 4;
 
        if (svs.maxclients < 1)