Core/Misc: Misc cleanups and changing of fields
This commit is contained in:
@@ -1147,7 +1147,7 @@ namespace Game.BattleFields
|
||||
|
||||
for (byte team = 0; team < SharedConst.BGTeamsCount; ++team)
|
||||
{
|
||||
foreach (var guid in m_activePlayers[team].ToList())
|
||||
foreach (var guid in m_activePlayers[team])
|
||||
{
|
||||
Player player = Global.ObjAccessor.FindPlayer(guid);
|
||||
if (player)
|
||||
|
||||
Reference in New Issue
Block a user