]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Properly implement notification of no records available
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index 913bb696dd3d36c9fe06889a2c0725363205627e..3beabbc419c664867a4ce531c220357d1bd13c0a 100644 (file)
@@ -40,9 +40,6 @@ string getrecords(int page)
        s = M_ARGV(1, string);
 
        MapInfo_ClearTemps();
-
-       if (s == "" && page == 0)
-               return "No records are available on this server for the current game mode.\n";
        return s;
 }