We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb0128 commit bc2da98Copy full SHA for bc2da98
1 file changed
providers/1_12Provider/src/main/java/com/earth2me/essentials/OfflinePlayer.java
@@ -1341,7 +1341,7 @@ public String getName() {
1341
return name;
1342
}
1343
1344
- void setName(final String name) {
+ protected void setName(final String name) {
1345
this.name = base.getName();
1346
if (this.name == null) {
1347
this.name = name;
0 commit comments