Removed debug code

This commit is contained in:
RGreenlees 2024-04-16 19:57:26 +01:00
parent 3e36057948
commit b1f1c6a660

View file

@ -2204,8 +2204,6 @@ void UpdateAIMarinePlayerNSRole(AvHAIPlayer* pBot)
void AIPlayerNSThink(AvHAIPlayer* pBot)
{
return;
AvHTeam* BotTeam = GetGameRules()->GetTeam(pBot->Player->GetTeam());
if (!BotTeam) { return; }