aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-21 20:45:37 +0100
committersD <stoned@derpymail.org>2019-12-21 20:45:37 +0100
commitd30fda172be856307b6d0fb99170a2f4d6a40730 (patch)
tree508bb1d7f9b3285015aba738af393d0596ecacd5 /webAO
parent79c28e905ba52a54193d21a7ac1ed0466de1e23d (diff)
all this did was flash in a weird way
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js4
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;
}
}