X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server_%2Fgame.py;fp=server_%2Fgame.py;h=015c8cbcc67cfb76b683bb76091203ef221b96ca;hb=9c2b6ad3844b6b0f168aa9b553d3d0b7a9d6036e;hp=5595cea567ea2dfed0a82d35d580b7ea059ad572;hpb=05aae1b6380c5bea2d69ee001f64f93dbff2b0c1;p=plomrogue2-experiments diff --git a/server_/game.py b/server_/game.py index 5595cea..015c8cb 100644 --- a/server_/game.py +++ b/server_/game.py @@ -206,6 +206,7 @@ class Game(game_common.CommonCommandsMixin): self.io.send('THING_TYPE %s %s' % (thing.id_, thing.type_)) self.io.send('THING_POS %s %s' % (thing.id_, stringify_yx(thing.position))) + self.io.send('VISIBLE_MAP_COMPLETE') def proceed(self): """Send turn finish signal, run game world, send new world data.