Fixes crash in BattleGrounds.

This commit is contained in:
hondacrx
2017-08-13 11:10:18 -04:00
parent b494d51816
commit 6e7c77a174
8 changed files with 16 additions and 19 deletions
-2
View File
@@ -567,10 +567,8 @@ namespace Game.BattleGrounds
m_PointState[i] = EotSPointState.Uncontrolled;
m_PointBarStatus[i] = EotSProgressBarConsts.ProgressBarStateMiddle;
m_PlayersNearPoint[i].Clear();
//m_PlayersNearPoint[i].reserve(15); //tip size
}
m_PlayersNearPoint[EotSPoints.PlayersOutOfPoints].Clear();
//m_PlayersNearPoint[EotSPoints.PlayersOutOfPoints].reserve(30);
}
void RespawnFlag(bool send_message)