mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Fix merge issue
This commit is contained in:
parent
21ad9a36c8
commit
7687d7705b
@ -377,7 +377,7 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer
|
||||
@NotNull public Location getLocation() {
|
||||
Location location = getMeta("location");
|
||||
if (location != null) {
|
||||
return location.copy(); // Always return a copy of the location
|
||||
return location;
|
||||
}
|
||||
return getLocationFull();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user