Closed forkiesassds closed 3 years ago
slight issue, Interval = 650; SpeedType = "normal";
should be surrounded with { }
as without the { }
, the code is actually the same as
if (SpeedType == null || SpeedType == "" || Interval == 0)
Interval = 650;
SpeedType = "normal";
Ok, should be ready for merge.
Thanks
Fixes #578.