]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/target/changelevel.qc
Merge branch 'master' into terencehill/player_sorting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / target / changelevel.qc
index 876fed7a7306cab48686a8adef6c1e18caf94e0c..2cc3c58ba4f32479b8213528b3fd4aea6adfb655 100644 (file)
@@ -28,7 +28,7 @@ void target_changelevel_use(entity this, entity actor, entity trigger)
        }
 
        if(this.gametype != "")
-               MapInfo_SwitchGameType(MapInfo_Type_FromString(this.gametype, false));
+               MapInfo_SwitchGameType(MapInfo_Type_FromString(this.gametype, false, false));
 
        if (this.chmap == "")
        {