[SPIGOT-4025] 1.13: PlayerSettings Packet references wrong parameter for locale chec Created: 16/Jul/18 Updated: 16/Jul/18 Resolved: 16/Jul/18 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Daniel Ennis | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
for detecting if the locale has changed, the code currently does locale.equals(settings.a()) which is incorrect, as locale is b(), which is used correctly on the next line.
|
Comments |
Comment by md_5 [ 16/Jul/18 ] |
Please follow the bug reporting instructions next time |