X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fnavigation.qc;fp=qcsrc%2Fserver%2Fbot%2Fdefault%2Fnavigation.qc;h=c79ed40a4304cac996f80b84b2917d94ec44ee0e;hb=b9d0e19d2fe17d0293f2bef550bea5f2045b2971;hp=7b80a1a6f27cfd790fb59f325f8eda9404dfbcf9;hpb=2da9c241e331c10c4e3ada000ee3dfa445324261;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/default/navigation.qc b/qcsrc/server/bot/default/navigation.qc index 7b80a1a6f..c79ed40a4 100644 --- a/qcsrc/server/bot/default/navigation.qc +++ b/qcsrc/server/bot/default/navigation.qc @@ -1573,7 +1573,7 @@ void navigation_shortenpath(entity this) if (trace_ent == this || tracewalk(this, this.origin, this.mins, this.maxs, tracewalk_dest, tracewalk_dest_height, bot_navigation_movemode)) { - LOG_DEBUG("path optimized for ", this.netname, ", removed a goal from the queue"); + LOG_DEBUG("path optimized for ", this.netname, ", removed a goal from the queue"); navigation_poproute(this); } }