]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Greatly simplify monster velocity calculation and use an intrusive list for monster...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index c66a6328f65903d6d5d5e077a9ec06ae0a480209..24f16c487678c3c032ab1ab9ff5dfea0178716b0 100644 (file)
@@ -1262,7 +1262,7 @@ float MoveToRandomLocationWithinBounds(entity e, vector boundmin, vector boundma
     {
         setorigin(e, start);
         e.angles = vectoangles(end - start);
-        LOG_TRACE("Needed ", ftos(i + 1), " attempts");
+        LOG_DEBUG("Needed ", ftos(i + 1), " attempts");
         return true;
     }
     else