canary
canary copied to clipboard
fix: typo in gamestore function and remove cooldown for item usage while walking
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__));
@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?
@MirkaanksNão sei se esta é a melhor solução... porque assim ficaria sem qualquer esgotamento? Não seria correto criar outra verificação de exaustão separada das ações?
I was in doubt, however I think this exists in the function that limits actions to 2s in config.lua. I don't have time to check at the moment.
@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.