]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Merge branch 'TimePath/modules'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index ea61290e5adc45f2588eddcaa2640a2fafecf5d3..2598724717a72b3b3bdf5d22fd3168895cb55fe1 100644 (file)
@@ -1,4 +1,5 @@
-#include <common/command/command.qh>
+#include "getreplies.qh"
+#include <common/command/_mod.qh>
 #include "getreplies.qh"
 
 #include "../race.qh"
@@ -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();