Remove unused function parameter

This commit is contained in:
Asdow
2024-11-20 20:26:50 +02:00
parent bb1c63d4e8
commit d826491c83
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ SOLDIERTYPE* TacticalCreateSoldier( SOLDIERCREATE_STRUCT *pCreateStruct, UINT16
}
if ( is_server && tbTeam > OUR_TEAM && tbTeam < PLAYER_PLAN )
{
send_AI(pCreateStruct,pubID);
send_AI(pCreateStruct);
}
if(is_client && !is_server && tfPP==1)
{