You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, if your recover time is 6 min at the beginning, and drop down to 1 min, now you back to main surface and the counter will be reset to 3 min. Suggest: add an if statement for time reset: if(current_time < calculate_time){
//do nothing
}
else {
reset();
}
The text was updated successfully, but these errors were encountered:
For instance, if your recover time is 6 min at the beginning, and drop down to 1 min, now you back to main surface and the counter will be reset to 3 min. Suggest: add an if statement for time reset: if(current_time < calculate_time){
//do nothing
}
else {
reset();
}
The text was updated successfully, but these errors were encountered: