-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
fix: typo in gamestore function and remove cooldown for item usage while walking #2485
Conversation
@Mirkaanks I don't know if this is the best solution... because that way I would be left without any exhaustion? Wouldn't it be correct to create another exhaustion check separate from actions? |
I was in doubt, however I think this exists in the function that limits actions to 2s in config.lua. |
@Mirkaanks please, when you create a PR, put some images or video that you changed, to make it easier for those who are going to test. |
fix: #2481
I believe the change is correct, however it removes a time limitation between actions while walking.
I'm not sure if this limitation should be placed there, such as:
g_configManager().getNumber(ACTIONS_DELAY_INTERVAL, __FUNCTION__));
Before (without modification):
After (with modification):
not delay between actions.