This commit is contained in:
Maxmtg
2013-05-25 17:20:38 +00:00
parent 4b05e27e77
commit bbc373cf15

View File

@@ -1825,7 +1825,7 @@ public class Player extends GameEntity implements Comparable<Player> {
} }
} }
if( land.getOwner() != this ) if( land != null && land.getOwner() != this )
return false; return false;
// Dev Mode // Dev Mode