mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
Hopefully this solves some null errors maybe
This commit is contained in:
parent
82cfea2e17
commit
d0f5142d1f
@ -289,7 +289,7 @@ public class Farm implements IFarm {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Location getLocation() {
|
public Location getLocation() {
|
||||||
return location.clone();
|
return location;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setLocation(Location location) {
|
public void setLocation(Location location) {
|
||||||
|
Loading…
Reference in New Issue
Block a user