Don't clear leaves if no tree was chopped
This commit is contained in:
parent
25cc638465
commit
376bc8073c
4
jobs.py
4
jobs.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user