Removed debug code

This commit is contained in:
RGreenlees 2024-06-03 20:31:55 +01:00 committed by pierow
parent 5b83a4c886
commit 73ff332b68
1 changed files with 0 additions and 2 deletions

View File

@ -2402,8 +2402,6 @@ bool AICOMM_BuildInfantryPortal(AvHAIPlayer* pBot, edict_t* CommChair)
if (vIsZero(BuildLocation)) { return false; }
UTIL_DrawLine(INDEXENT(1), BuildLocation, BuildLocation + Vector(0.0f, 0.0f, 100.0f), 2.0f);
return AICOMM_DeployStructure(pBot, STRUCTURE_MARINE_INFANTRYPORTAL, BuildLocation, STRUCTURE_PURPOSE_BASE);
}