]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add comment for todo
authorSamual Lenks <samual@xonotic.org>
Sun, 25 Aug 2013 22:44:24 +0000 (18:44 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 25 Aug 2013 22:44:24 +0000 (18:44 -0400)
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"))))
                                ||