1
0
Fork 0
forked from Simnation/Main

Update functions.lua

This commit is contained in:
Nordi98 2025-06-30 11:52:15 +02:00
parent 84e2e2a568
commit d27a57a576

View file

@ -47,6 +47,7 @@ getAccountMoney = function(account)
else
value = exports[Config.banking]:GetAccountBalance(account)
end
Wait(200)
print(value)
return value
end