X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;h=6295f8df5beeee6ff2af53a66b05e33549d88f0f;hb=804c0812954c9ab11bffaef5fee644ee4350b2a6;hp=2d71ac3e5089beec9117ad84dd20513f6d06d9bc;hpb=40681bd38201ef0caf64a979c97318b090f5cbc0;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: