Hopefully this solves some null errors maybe

This commit is contained in:
NovaFox161 2018-05-14 15:00:24 -05:00
parent 82cfea2e17
commit d0f5142d1f

View File

@ -289,7 +289,7 @@ public class Farm implements IFarm {
@Override
public Location getLocation() {
return location.clone();
return location;
}
public void setLocation(Location location) {