mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-13 05:19:47 +01:00
finish fully working stamina system for 56h with 2 hours of happy time for premium players
This commit is contained in:
@@ -44,4 +44,8 @@ end
|
||||
|
||||
function isNumber(str)
|
||||
return tonumber(str) ~= nil
|
||||
end
|
||||
|
||||
if not nextUseStaminaTime then
|
||||
nextUseStaminaTime = {}
|
||||
end
|
||||
Reference in New Issue
Block a user