Sometimes when stuck, stuckdetection gives me this error, any idea whats wrong ?
Code:
Exception during plugin Tick.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 StuckDetection.StuckDetection.Tick() in c:\Users\botuuufds\Desktop\ebe 2.0\Plugins\StuckDetection\StuckDetection.cs:line 181
at Loki.Bot.PluginManager.*************(IPlugin )