From be103aa4d18acd071c841f8a0463415a8f508485 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 27 Sep 2013 15:20:31 +0200 Subject: [PATCH] Add missing Map_Goto command. --- qcsrc/server/g_world.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 520b87c47..68532192e 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -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); } -- 2.39.2