X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fconfig.qh;h=410dbdfadeb8b1f7fe79e4eeacf63bdf1a7e14d0;hp=4e968ec4e518629d0a1dd9c9f8319b901e75fef0;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d diff --git a/qcsrc/common/weapons/config.qh b/qcsrc/common/weapons/config.qh index 4e968ec4e..410dbdfad 100644 --- a/qcsrc/common/weapons/config.qh +++ b/qcsrc/common/weapons/config.qh @@ -19,7 +19,7 @@ string wep_config_queue[MAX_WEP_CONFIG]; #define WEP_CONFIG_WRITETOFILE(a) do { \ fputs(wep_config_file, a); \ - if(wep_config_alsoprint) { print(a); } \ + if(wep_config_alsoprint) { LOG_INFO(a); } \ } while(0) #define WEP_CONFIG_WRITE_CVARS_NONE(wepname,name) \