We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd963d4 commit 1c0cbdaCopy full SHA for 1c0cbda
spockbot/plugins/helpers/movement.py
@@ -42,7 +42,6 @@ class MovementPlugin(PluginBase):
42
43
def __init__(self, ploader, settings):
44
super(MovementPlugin, self).__init__(ploader, settings)
45
- self.flag_pos_reset = False
46
self.movement = MovementCore(self)
47
self.path_nodes = None
48
ploader.provides('Movement', self.movement)
0 commit comments