diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 20:45:37 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 20:45:37 +0100 |
| commit | d30fda172be856307b6d0fb99170a2f4d6a40730 (patch) | |
| tree | 508bb1d7f9b3285015aba738af393d0596ecacd5 | |
| parent | 79c28e905ba52a54193d21a7ac1ed0466de1e23d (diff) | |
all this did was flash in a weird way
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 1 insertions, 3 deletions
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; } } |
