X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qc;h=3e6478b2db50ca25a54716a137d75ca7ba01e4e6;hp=617bfe85e2cde2c78d3b0f1c8fd1e617732c34df;hb=df0725fcacd8658029c3d9556a213ddb5d0ded62;hpb=73a39ac8e8e37c9c3a9c75ead479b599a9072a76 diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 617bfe85e2..3e6478b2db 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -717,9 +717,11 @@ void _MapInfo_Parse_Settemp(string pFilename, string acl, float type, string s, if(type == 0) // server set { LOG_TRACE("Applying temporary setting ", t, " := ", s); + #if 0 if(cvar("g_campaign")) cvar_set(t, s); // this is a wrapper and is always temporary anyway; no need to backup old values then else + #endif cvar_settemp(t, s); } else