X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fgetreplies.qc;h=9380fc4cde280f0cd9fda57a24cd6bddbd41da56;hb=ac5b1ea89f95a78dbdeffa4c551fb1705a6a7e50;hp=d2233029d8eee619902f4dc55175825e687c7783;hpb=db26b7fe7334411667e7f2bb7d702213859f98bf;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/getreplies.qc b/qcsrc/server/command/getreplies.qc index d2233029d..9380fc4cd 100644 --- a/qcsrc/server/command/getreplies.qc +++ b/qcsrc/server/command/getreplies.qc @@ -1,13 +1,14 @@ -#include "../../common/command/command.qh" +#include "getreplies.qh" +#include #include "getreplies.qh" #include "../race.qh" -#include "../../common/constants.qh" -#include "../../common/mapinfo.qh" -#include "../../common/util.qh" +#include +#include +#include -#include "../../common/monsters/all.qh" +#include // ========================================================= // 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();