mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Removed debug code
This commit is contained in:
parent
5b83a4c886
commit
73ff332b68
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue