-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix npcs showing player name sometimes
This happens because the client doesn't immediately update the status bar when receiving an update from the server. With packet loss and lag, there is a chance status bar messages arrive at the same time as the name revert message. Delaying the name revert until a full second after there haven't been any status bar changes should fix 99% of cases. Also fixed NPC names flickering between red and blue while taking damage.
- Loading branch information
Showing
2 changed files
with
25 additions
and
8 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