From: Mario Date: Tue, 26 Jul 2016 21:24:14 +0000 (+1000) Subject: Partially replicate old behaviour with waypoint link saving X-Git-Tag: xonotic-v0.8.2~700^2~25 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ca273d89e28c00d3e1ef3ed638104de806a1ce78;p=xonotic%2Fxonotic-data.pk3dir.git Partially replicate old behaviour with waypoint link saving --- diff --git a/qcsrc/server/bot/bot.qc b/qcsrc/server/bot/bot.qc index 5fff8361f..8eb0b7f1a 100644 --- a/qcsrc/server/bot/bot.qc +++ b/qcsrc/server/bot/bot.qc @@ -673,6 +673,7 @@ void bot_serverframe() FOREACH_ENTITY_CLASS("waypoint", time - it.nextthink > 10, { waypoint_save_links(); + break; }); } }