Skip to content

Commit bc2da98

Browse files
authored
Make OfflinePlayer#setName protected for CMI Importer (#4805)
1 parent cbb0128 commit bc2da98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/1_12Provider/src/main/java/com/earth2me/essentials/OfflinePlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ public String getName() {
13411341
return name;
13421342
}
13431343

1344-
void setName(final String name) {
1344+
protected void setName(final String name) {
13451345
this.name = base.getName();
13461346
if (this.name == null) {
13471347
this.name = name;

0 commit comments

Comments
 (0)