X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator_physical_items.qc;h=08bb81a9f6a9d6a646a1103a6771b7b23eae7952;hb=d55679c21627cd51c59a1e329917308f360312f6;hp=d82bec99fecdaa24f5dea3b7eb0a28fc4e84f4e4;hpb=c6d440124df99b8b1f48fe7666332273535eb413;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator_physical_items.qc b/qcsrc/server/mutators/mutator_physical_items.qc index d82bec99f..08bb81a9f 100644 --- a/qcsrc/server/mutators/mutator_physical_items.qc +++ b/qcsrc/server/mutators/mutator_physical_items.qc @@ -111,7 +111,7 @@ MUTATOR_DEFINITION(mutator_physical_items) { if (!(autocvar_physics_ode && checkextension("DP_PHYSICS_ODE"))) { - dprint("Warning: Physical items are enabled but no physics engine can be used. Reverting to old items.\n"); + LOG_TRACE("Warning: Physical items are enabled but no physics engine can be used. Reverting to old items.\n"); return -1; } } @@ -123,7 +123,7 @@ MUTATOR_DEFINITION(mutator_physical_items) MUTATOR_ONREMOVE { - print("This cannot be removed at runtime\n"); + LOG_INFO("This cannot be removed at runtime\n"); return -1; }