]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/path_waypoint.qc
It should be safe to remove this safety check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / path_waypoint.qc
index 7dee3e80f6154d6980061635f280b50b34c2dcf4..4c3a7a1aadb70153b8918a330851467e74d19b1c 100644 (file)
@@ -234,7 +234,7 @@ entity pathlib_waypointpath_step()
     return world;
 }
 void plas_think()
-{
+{SELFPARAM();
     pathlib_waypointpath_step();
     if(pathlib_foundgoal)
         return;