mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-27 21:15: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
|
||||
public Location getLocation() {
|
||||
return location.clone();
|
||||
return location;
|
||||
}
|
||||
|
||||
public void setLocation(Location location) {
|
||||
|
Loading…
Reference in New Issue
Block a user