-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't reset client pocket state when changing level
As part of the multi-loader work, we unified some of our event listening code (0908acb). This incorrectly caused client pocket computer state to be reset when the player changes dimension, rather than when the player (dis)connects. The server code isn't aware of this behaviour, and so does not resend pocket computer state when the player moves level. We could change this, but just fixing when we clear the pocket computer state is a much nicer fix! Fixes #2004
- Loading branch information
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters