Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tired recover time counter reset even when counting time is shorter than reset time #68

Open
n4feng opened this issue Aug 5, 2015 · 0 comments

Comments

@n4feng
Copy link

n4feng commented Aug 5, 2015

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();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant