Skip to content

Commit

Permalink
once the action is run, reset it to None
Browse files Browse the repository at this point in the history
  • Loading branch information
padawin committed Apr 16, 2016
1 parent ab9a89a commit fcb6b8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Rpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _runAction(self, renderJson=False):
self._savedGame['id_saved_game']
)

self._action = None

if c == command_factory.quit:
return c

Expand Down

0 comments on commit fcb6b8f

Please sign in to comment.