PapaCharlie9 / multi-balancer

BF3 & BF4 multiple mode balancer & unstacker, including SQDM.
9 stars 12 forks source link

Bug: FastBalance ArgumentOutOfRangeException #63

Closed PapaCharlie9 closed 10 years ago

PapaCharlie9 commented 10 years ago

When there are no players left to select from, either due to exclusions or players leaving.

[16:23:32] [MULTIbalancer]:3 EXCEPTION: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at PRoConEvents.MULTIbalancer.FastBalance(String trigger)
   at PRoConEvents.MULTIbalancer.OnPlayerKilled(Kill kKillerVictimDetails)