mirror of
https://github.com/ENSL/NS.git
synced 2025-02-22 20:01:09 +00:00
Removed debug code
This commit is contained in:
parent
3e36057948
commit
b1f1c6a660
1 changed files with 0 additions and 2 deletions
|
@ -2204,8 +2204,6 @@ void UpdateAIMarinePlayerNSRole(AvHAIPlayer* pBot)
|
||||||
|
|
||||||
void AIPlayerNSThink(AvHAIPlayer* pBot)
|
void AIPlayerNSThink(AvHAIPlayer* pBot)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
|
|
||||||
AvHTeam* BotTeam = GetGameRules()->GetTeam(pBot->Player->GetTeam());
|
AvHTeam* BotTeam = GetGameRules()->GetTeam(pBot->Player->GetTeam());
|
||||||
|
|
||||||
if (!BotTeam) { return; }
|
if (!BotTeam) { return; }
|
||||||
|
|
Loading…
Reference in a new issue