We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5618e commit 08f9c5cCopy full SHA for 08f9c5c
1 file changed
data/global.lua
@@ -176,7 +176,7 @@ function addStamina(playerId, ...)
176
177
local actualStamina = player:getStamina()
178
179
- if actualStamina > 2400 and actualStamina < 2520 then
+ if actualStamina > 2340 and actualStamina < 2520 then
180
delay = configManager.getNumber(configKeys.STAMINA_GREEN_DELAY) * 60 * 1000 -- Stamina Green 12 min.
181
elseif actualStamina == 2520 then
182
player:sendTextMessage(
0 commit comments