File Details
masutab-2.0.3.jar
- R
- May 26, 2026
- 109.73 KB
- 9
- 1.18.2
- Forge
File Name
masutab-2.0.3.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
v2.0.3
Fixes
- Tab list no longer flickers to alphabetical order every ~30 seconds. Cause: the proxy heartbeats PLAYER_JOIN for every player every 30s, and those packets carry no sort key. MasuTab was overwriting the cached sort key with empty on each heartbeat, causing a brief reset until the follow-up TAB_SYNC arrived. The server now preserves the previous sort key across heartbeat re-joins and treats them as updates rather than fresh joins.