]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
entity array
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index d2233029d8eee619902f4dc55175825e687c7783..9380fc4cde280f0cd9fda57a24cd6bddbd41da56 100644 (file)
@@ -1,13 +1,14 @@
-#include "../../common/command/command.qh"
+#include "getreplies.qh"
+#include <common/command/_mod.qh>
 #include "getreplies.qh"
 
 #include "../race.qh"
 
-#include "../../common/constants.qh"
-#include "../../common/mapinfo.qh"
-#include "../../common/util.qh"
+#include <common/constants.qh>
+#include <common/mapinfo.qh>
+#include <common/util.qh>
 
-#include "../../common/monsters/all.qh"
+#include <common/monsters/_mod.qh>
 
 // =========================================================
 //  Reply messages for common commands, re-worked by Samual
@@ -26,7 +27,7 @@ string getrecords(int page)  // 50 records per page
        string s = "";
 
        MUTATOR_CALLHOOK(GetRecords, page, s);
-       s = ret_string;
+       s = M_ARGV(1, string);
 
        MapInfo_ClearTemps();