]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/havocbot/roles.qc
Remove a TODO comment: items don't make use of .waterlevel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / havocbot / roles.qc
index 675dd036b7e7151dfdf100c98de66b8a242ea0f3..a0dc30693e936050347c1a954669457f14e36a78 100644 (file)
@@ -96,7 +96,6 @@ void havocbot_goalrating_items(entity this, float ratingscale, vector org, float
                else
                {
                        // Ignore items under water
-                       // TODO: can't .waterlevel be used here?
                        if(Mod_Q1BSP_SuperContentsFromNativeContents(pointcontents(it.origin + ((it.mins + it.maxs) * 0.5))) & DPCONTENTS_LIQUIDSMASK)
                                continue;
                }