mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 16:29:02 -06:00
Interval Training fixes (read comments)
Fixed a rare crash that occurs by not setting the time limit Made the mode play forever
This commit is contained in:
parent
ebd1891257
commit
489c215638
@ -21,6 +21,7 @@ function IntervalTrainingGame:new()
|
||||
self.combo = 1
|
||||
self.randomizer = History6RollsRandomizer()
|
||||
|
||||
self.section_time_limit = 0
|
||||
self.section_start_time = 0
|
||||
self.section_times = { [0] = 0 }
|
||||
self.lock_drop = true
|
||||
|
Loading…
Reference in New Issue
Block a user