diff --git a/source/server/ai/ai_core.qc b/source/server/ai/ai_core.qc index b7a77a4..492e741 100644 --- a/source/server/ai/ai_core.qc +++ b/source/server/ai/ai_core.qc @@ -534,7 +534,6 @@ void() PathfindToEnemy = path_result = Do_Pathfind(self, self.enemy); #endif - //FIXME - further test if this can equate to 0 in FTE.. if (path_result >= 1) { #ifndef PC