]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Kill the ret_string global
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index ea61290e5adc45f2588eddcaa2640a2fafecf5d3..93ce85a61a89b36b4c849bf2167ae4cebad3cd6f 100644 (file)
@@ -1,3 +1,4 @@
+#include "getreplies.qh"
 #include <common/command/command.qh>
 #include "getreplies.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();