aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-18 20:20:20 +0100
committersD <stoned@derpymail.org>2019-12-18 20:20:20 +0100
commit14f409a31c0da8076b9d555617e70e22418ebb22 (patch)
treecf24a3d43decd64d84c43be2e9af4dbec6100583 /webAO/client.js
parent71fc9efce9c1afb09353bdf05161bc986cf49622 (diff)
wrong variable name
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 9a663f2..1f71d57 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -926,7 +926,7 @@ class Client extends EventEmitter {
const emotesList = document.getElementById("client_emo");
emotesList.innerHTML = ""; // Clear emote box
emotesList.style.display = "";
- const ini = me.cini;
+ const ini = me.inifile;
me.side = ini.options.side;
updateActionCommands(me.side);
for (let i = 1; i <= ini.emotions.number; i++) {