We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When any player starts to kill him, when a player cannot kill in time, and is teleported out, it generates this error in the log.
It seems that the problem is in this function that removes the players from the room and cleans it.
addEvent(clearForgotten, 30 * 1 * 1000, Position(33446, 32833, 11), Position(33515, 32875, 12), Position(33319, 32318, 13)) item:transform(9826) elseif item.itemid == 9826 then item:transform(9825) end return true end
The text was updated successfully, but these errors were encountered:
(fix/Johncorex#58): bypass setStorageValue fn without storage value
ce469cb
@Johncorex PR #91
Sorry, something went wrong.
No branches or pull requests
When any player starts to kill him, when a player cannot kill in time, and is teleported out, it generates this error in the log.
It seems that the problem is in this function that removes the players from the room and cleans it.
addEvent(clearForgotten, 30 * 1 * 1000, Position(33446, 32833, 11), Position(33515, 32875, 12), Position(33319, 32318, 13)) item:transform(9826) elseif item.itemid == 9826 then item:transform(9825) end return true end
The text was updated successfully, but these errors were encountered: