Fix go go time

This commit is contained in:
LoveEevee 2019-02-17 20:17:07 +03:00
parent 03b9326733
commit 4e9bf237a1

View File

@ -1183,7 +1183,7 @@
// Start animation to gauge
circle.animate(ms)
}
if(ms >= circle.ms && !circle.gogoChecked){
if(ms >= circle.ms && !circle.gogoChecked && (!circle.branch || circle.branch.active)){
if(this.gogoTime != circle.gogoTime){
this.toggleGogoTime(circle)
}