From: terencehill Date: Sun, 5 Aug 2018 07:28:50 +0000 (+0200) Subject: Remove an outdated comment X-Git-Tag: xonotic-v0.8.5~1939 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1a9096087ca86536bb845797f76f1feee04e9ac5;p=xonotic%2Fxonotic-data.pk3dir.git Remove an outdated comment --- diff --git a/qcsrc/server/bot/default/waypoints.qc b/qcsrc/server/bot/default/waypoints.qc index 674ab634a..521a5326a 100644 --- a/qcsrc/server/bot/default/waypoints.qc +++ b/qcsrc/server/bot/default/waypoints.qc @@ -293,7 +293,6 @@ void waypoint_spawn_fromeditor(entity pl) void waypoint_remove(entity wp) { - // tell all waypoints linked to wp that they need to relink IL_EACH(g_waypoints, it != wp, { if (waypoint_islinked(it, wp))