From abdf5480bbe91b559dbf213b162cd23d25de033f Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 13 Dec 2020 03:03:12 +0100 Subject: [PATCH] Fix "nothing is in FOV" study mode error in web client. --- rogue_chat.html | 1 + 1 file changed, 1 insertion(+) diff --git a/rogue_chat.html b/rogue_chat.html index 0738740..6738e40 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -529,6 +529,7 @@ let server = { game.map_geometry = game.map_geometry_new; game.map_size = game.map_size_new; game.map = game.map_new; + game.fov = game.fov_new; tui.init_keys(); game.map_control = game.map_control_new; explorer.annotations = explorer.annotations_new; -- 2.30.2