Fixed: mce.py degrief works again.

This commit is contained in:
David Vierra 2012-12-01 17:38:08 -10:00
parent 328ffa1b07
commit d787801d05

2
mce.py
View File

@ -1003,7 +1003,7 @@ class mce(object):
Also see removeEntities
"""
box = self.level.bounds
box.miny = 32
box = BoundingBox(box.origin + (0, 32, 0), box.size - (0, 32, 0))
if len(command):
try:
box.miny = int(command[0])