mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 22:35:29 +00:00
Plot home position + another attempt to fix minor UUID issue.
This commit is contained in:
parent
d833935a30
commit
f70b7c3f93
12 changed files with 71 additions and 70 deletions
|
@ -180,7 +180,7 @@ import java.util.UUID;
|
|||
|
||||
String owner = "none";
|
||||
if (plot.owner != null) {
|
||||
owner = UUIDHandler.uuidWrapper.getOfflinePlayer(plot.owner).getName();
|
||||
owner = UUIDHandler.getName(plot.owner);
|
||||
}
|
||||
if (owner == null) {
|
||||
owner = plot.owner.toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue