]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add missing Map_Goto command.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 27 Sep 2013 13:20:31 +0000 (15:20 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 27 Sep 2013 13:20:31 +0000 (15:20 +0200)
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);
 }