]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Show an explosion on waypoint removal
authorterencehill <piuntn@gmail.com>
Fri, 2 Aug 2019 11:54:33 +0000 (13:54 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 2 Aug 2019 11:54:33 +0000 (13:54 +0200)
qcsrc/server/bot/default/waypoints.qc

index bb53d61e02345e6af13142e2ad7e8eddbf0daa44..e44fdf368a337abf427088863d43709422765779 100644 (file)
@@ -830,6 +830,7 @@ void waypoint_remove_fromeditor(entity pl)
        }
 
        bprint(strcat("Waypoint removed at ", vtos(e.origin), "\n"));
+       te_explosion(e.origin);
        waypoint_remove(e);
 
        if (sym && wp_sym)