mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 15:08:18 +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;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setName(final String name) {
|
protected void setName(final String name) {
|
||||||
this.name = base.getName();
|
this.name = base.getName();
|
||||||
if (this.name == null) {
|
if (this.name == null) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
Loading…
Reference in New Issue
Block a user