This repository has been archived by the owner on May 20, 2023. It is now read-only.
[Bug]: Familiar time, error + familiar gone upon logout. #389
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
What happened?
Timer issue, img below:
https://gyazo.com/51906eee71f93a192b9b65e58249073e
How to Reproduce?
Change data\lib\tables\familiar.lua
From
for sendMessage = 1, #timer do
player:setStorageValue(timer[sendMessage].storage, -1)
end
to
for sendMessage = 1, #FAMILIAR_TIMER do
player:setStorageValue(FAMILIAR_TIMER[sendMessage].storage, -1)
end
Relevant log output
No response
Attach any relevant file
No response
Version
12.x (Default)
What OS are you seeing the problem on?
Ubuntu 20.04
Code of Conduct
The text was updated successfully, but these errors were encountered: