Skip to content

Commit 08f9c5c

Browse files
Chapeleiirodudantas
authored andcommitted
fix: stamina green delay (#2884)
1 parent fe5618e commit 08f9c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/global.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function addStamina(playerId, ...)
176176

177177
local actualStamina = player:getStamina()
178178

179-
if actualStamina > 2400 and actualStamina < 2520 then
179+
if actualStamina > 2340 and actualStamina < 2520 then
180180
delay = configManager.getNumber(configKeys.STAMINA_GREEN_DELAY) * 60 * 1000 -- Stamina Green 12 min.
181181
elseif actualStamina == 2520 then
182182
player:sendTextMessage(

0 commit comments

Comments
 (0)