Revert "Fixed ZPM spawn on Fields with Boxes"
This reverts commit 7cbb201451
.
This commit is contained in:
parent
7cbb201451
commit
b44a14523d
@ -25,7 +25,6 @@ public class Field extends cicaprojekt.Tile {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canHazZPM() {
|
public boolean canHazZPM() {
|
||||||
if(boxStack.size() > 0) return false;
|
return true;
|
||||||
else return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user