]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Add missing Map_Goto command.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 520b87c47ff95c4c8eb2d73956aa2d70f9347a41..68532192ec213087a266572ea6b7800af1d27a5c 100644 (file)
@@ -1247,6 +1247,7 @@ void GotoNextMap(float reinit)
        nextMap = GetNextMap();
        if(nextMap == "")
                error("Everything is broken - cannot find a next map. Please report this to the developers.");
+       Map_Goto(reinit);
 }