Gyoo / LiveSplit.SplitsBet

GitHub for the LiveSplit plugin SplitsBet, the bot that makes the viewers play with the runner
8 stars 10 forks source link

Delay causes errors if multiple events are triggered within the time of the delay #54

Closed Gyoo closed 9 years ago

Gyoo commented 9 years ago

If you set a delay of 10 seconds and you skip several splits in this time, it will cause errors because the arrays will not point to the correct index. Saving the index before starting the delay should fix it.