You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the following is found within a pdat file for someone's UUID:
"tpRequest": {
"requester": "request_uuid",
"target": "target_uuid",
"tpHere": false// can be either
},
The JSON method cannot instantiate the ITpRequest in the PlayerData. This causes the server to disconnect the player with an internal server error, which then causes the same error on player leave, which crashes the server.
A band-aid solution for server maintainers is to simply remove these lines from the player's UUID whenever this happens. (This can be automated as a step before server launch, so crashes only happen once.)
The text was updated successfully, but these errors were encountered:
If the following is found within a pdat file for someone's UUID:
The JSON method cannot instantiate the
ITpRequest
in the PlayerData. This causes the server to disconnect the player with an internal server error, which then causes the same error on player leave, which crashes the server.A band-aid solution for server maintainers is to simply remove these lines from the player's UUID whenever this happens. (This can be automated as a step before server launch, so crashes only happen once.)
The text was updated successfully, but these errors were encountered: