From d30fda172be856307b6d0fb99170a2f4d6a40730 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 20:45:37 +0100 Subject: all this did was flash in a weird way --- webAO/client.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index c79da55..e98f7c4 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1268,9 +1268,6 @@ class Viewport { "2": "objection", "3": "takethat" }; - // Hide old characters - charSprite.style.display = "none"; - pairSprite.style.display = "none"; // gets which shout shall played const shout = shouts[this.chatmsg.objection]; @@ -1398,6 +1395,7 @@ class Viewport { pairSprite.style.display = ""; } else { pairSprite.style.display = "none"; + charSprite.style.left = 0; } } -- cgit