]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/movenode.qc
Print the "Incorrect parameters for ..." message with the more appropriated LOG_HELPF
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / movenode.qc
index cbcfe3d4c6038f07c00abb44047019d6988748a3..260fd711fd0bfb2ffbf97a1fb722cf4aaafcd847 100644 (file)
@@ -1,9 +1,10 @@
 #include "movenode.qh"
 
-#include <server/defs.qh>
-#include <server/miscfunctions.qh>
-#include "pathlib.qh"
-#include "utility.qh"
+#include <common/mapobjects/triggers.qh>
+#include <common/stats.qh>
+#include <common/weapons/_all.qh>
+#include <server/pathlib/pathlib.qh>
+#include <server/pathlib/utility.qh>
 
 .vector        pos1, pos2;