home · contact · privacy
Fix screen jumping around.
[plomrogue2-experiments] / new2 / plomrogue / game.py
index 5e33bc49cedc7a408fdb9f5a37415c5bf85346c9..1cb6e2232b7d59542a37e08e9264a58da538efde 100755 (executable)
@@ -88,7 +88,6 @@ class Game(GameBase):
             if hasattr(thing, 'nickname'):
                 self.io.send('THING_NAME %s %s' % (thing.id_, quote(t.nickname)))
 
-
         self.io.send('TURN ' + str(self.turn))
         for t in self.things:
             send_thing(t)