X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_cts.qc;h=04c589ce181a3d920bd0bd744ff923eb08f7e4e3;hp=50aa5e1fc51d48b87c7112c719a6924e2becb01b;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=e090603a32c8cba598f2c54e355cdb5b32b0d986 diff --git a/qcsrc/server/mutators/gamemode_cts.qc b/qcsrc/server/mutators/gamemode_cts.qc index 50aa5e1fc5..04c589ce18 100644 --- a/qcsrc/server/mutators/gamemode_cts.qc +++ b/qcsrc/server/mutators/gamemode_cts.qc @@ -325,7 +325,7 @@ MUTATOR_DEFINITION(gamemode_cts) MUTATOR_ONREMOVE { - print("This is a game type and it cannot be removed at runtime."); + LOG_INFO("This is a game type and it cannot be removed at runtime."); return -1; }