Commit 6277aa0c authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in Conveyer

parent aeb64904
......@@ -358,6 +358,7 @@ class Conveyer(CoreObject):
#===========================================================================
def removeEntity(self, entity=None):
activeEntity=CoreObject.removeEntity(self, entity) #run the default method
self.addBlockage()
# remove the entity from the position list
self.position.pop(0)
# the object doesn't wait to dispose any more
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment