From 7208e70ef4cfe437e45e4f83a9bcd0f609e0b988 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 2 Aug 2019 23:23:50 +0200 Subject: [PATCH] Make so that g_waypointsprite_team_here_p's trace hits map items, matching item detection of the placeholder %x in the text message "free item %x^7 (l:%y^7)" --- qcsrc/server/impulse.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/impulse.qc b/qcsrc/server/impulse.qc index 2320eb830..49685d49d 100644 --- a/qcsrc/server/impulse.qc +++ b/qcsrc/server/impulse.qc @@ -507,7 +507,7 @@ IMPULSE(waypoint_here_here) IMPULSE(waypoint_here_crosshair) { - WarpZone_crosshair_trace(this); + WarpZone_crosshair_trace_plusvisibletriggers(this); entity wp = WaypointSprite_DeployFixed(WP_Here, false, this, trace_endpos, RADARICON_HERE); if (wp) WaypointSprite_Ping(wp); sprint(this, "HERE spawned at crosshair\n"); -- 2.39.2