mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-01-19 16:59:36 +01:00
Removing unnecessary parts.
This commit is contained in:
parent
c7efed95a2
commit
ea60f471ad
@ -119,16 +119,10 @@ public class PlotMeConverter {
|
||||
if (owner == null) {
|
||||
if (name.equals("*")) {
|
||||
owner = DBFunc.everyone;
|
||||
} else {
|
||||
try {
|
||||
UUID uuid = uuidFromBytes(r.getBytes("ownerId"));
|
||||
owner = UUIDHandler.getUUID(UUIDHandler.getName(uuid));
|
||||
}
|
||||
catch (Exception e) {}
|
||||
if (owner == null) {
|
||||
sendMessage("&cCould not identify owner for plot: " + id +" -> " + name);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else {
|
||||
sendMessage("&cCould not identify owner for plot: " + id +" -> " + name);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
final Plot plot = new Plot(id, owner, new ArrayList<UUID>(), new ArrayList<UUID>(), world);
|
||||
|
Loading…
x
Reference in New Issue
Block a user