]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Merge branch 'master' into divVerent/4team_ctf
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index b481f46b3aa6185423d2999558fa0a559d9c46a7..81c877db902fd38fda510aeb97525e962b6226fa 100644 (file)
@@ -54,7 +54,7 @@ void InitGameplayMode()
 
        MapInfo_LoadMapSettings(mapname);
        teamplay = 0;
-       serverflags &~= SERVERFLAG_TEAMPLAY;
+       serverflags &= ~SERVERFLAG_TEAMPLAY;
 
        if not(cvar_value_issafe(world.fog))
        {