]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Replace classname checks with IS_PLAYER
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 0d6e29360328cbff338e2acefc03cd2e9e6b843d..15f9ed8c70683530a5a53cf3152548527fc2b31e 100644 (file)
@@ -2308,7 +2308,7 @@ void CheckRules_World()
        }
        else if(g_td)
        {
-               checkrules_status = WinningCondition_TowerDefense(); // TODO make these mutator hooks?
+               checkrules_status = WinningCondition_TowerDefense();
        }
        else
        {