]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qc
Add comment for todo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qc
index 036b60ccb36c5e56902b7deabd46872c5bb249ef..0a2080788b5bba10d2f1796cd07db9e4f3132bb5 100644 (file)
@@ -320,6 +320,7 @@ string getlsmaps()
        {
                if((MapInfo_Get_ByID(i)) && !(MapInfo_Map_flags & MapInfo_ForbiddenFlags()))
                {
+                       // todo: Check by play count of maps for other game types?
                        if(
                                (g_race && !stof(db_get(ServerProgsDB, strcat(MapInfo_Map_bspname, RACE_RECORD, "time"))))
                                ||