X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;fp=new2%2Fplomrogue%2Fgame.py;h=6295f8df5beeee6ff2af53a66b05e33549d88f0f;hb=59a3670b274793215fbea550d2ec7f90527ad53c;hp=2d71ac3e5089beec9117ad84dd20513f6d06d9bc;hpb=c28b4f2c784509f2b620e672b6ad0be06de12afc;p=plomrogue2-experiments diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index 2d71ac3..6295f8d 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -100,7 +100,7 @@ class Game(GameBase): to_delete += [connection_id] for connection_id in to_delete: del self.sessions[connection_id] - self.changed = True + self.changed = True for t in [t for t in self.things]: if t in self.things: try: