From: ailmanki Date: Sun, 26 Feb 2012 10:24:30 +0000 (+0100) Subject: Fix for the fix X-Git-Tag: xonotic-v0.6.0~5^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2b0e61ede1d5e755dc5e3920028f24b817d8dcdf;p=xonotic%2Fnetradiant.git Fix for the fix --- diff --git a/radiant/watchbsp.cpp b/radiant/watchbsp.cpp index dcee86dd..45e817d8 100644 --- a/radiant/watchbsp.cpp +++ b/radiant/watchbsp.cpp @@ -641,7 +641,7 @@ inline void GlobalGameDescription_string_write_mapparameter(StringOutputStream& { string << "+set fs_game " << fs_game << " "; } - if(g_pGameDescription->mGameType == "wolf" + if(g_pGameDescription->mGameType == "wolf") //|| g_pGameDescription->mGameType == "et") { if (string_equal(gamemode_get(), "mp"))