X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=rogue_chat.html;h=3f281579afa8e5dcf0edcaedcc00aad23994303d;hb=cd0fee3d91d70525d7d4f434985abad6ea73faf0;hp=5003854e7115ade22a4380f4a63dc788d04c8150;hpb=9f80260dd126a305f4b71541f00dcc88264ce716;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 5003854..3f28157 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -484,7 +484,7 @@ let server = { if (tokens[0] === 'TURN') { game.turn_complete = false; game.turn = parseInt(tokens[1]); - } else if (tokens[0] === 'PSEUDO_FOV_WIPE') { + } else if (tokens[0] === 'OTHER_WIPE') { game.portals_new = {}; explorer.annotations_new = {}; game.things_new = [];