diff options
Diffstat (limited to 'webAO')
| -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; } } |
