Don't clear leaves if no tree was chopped

This commit is contained in:
Tanner Collin 2020-12-16 10:27:52 +00:00
parent 25cc638465
commit 376bc8073c

View File

@ -1301,8 +1301,8 @@ class ClearLeavesStates:
self.state = self.cleanup self.state = self.cleanup
return return
self.state = self.find_leaves self.state = self.find_leaves
print('Clearing leaves...') print('Clearing leaves...')
def find_leaves(self): def find_leaves(self):
w = self.g.world w = self.g.world