mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Make OfflinePlayer#setName protected for CMI Importer (#4805)
This commit is contained in:
parent
cbb012853c
commit
bc2da98703
@ -1341,7 +1341,7 @@ public class OfflinePlayer implements Player {
|
||||
return name;
|
||||
}
|
||||
|
||||
void setName(final String name) {
|
||||
protected void setName(final String name) {
|
||||
this.name = base.getName();
|
||||
if (this.name == null) {
|
||||
this.name = name;
|
||||
|
Loading…
Reference in New Issue
Block a user