diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 20:33:49 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 20:33:49 +0200 |
| commit | fb394d2d108fe9dc2207bb2fa0ee82d4471d12af (patch) | |
| tree | d7f86f7aa2a0c5b37454c802ec16783f583eb6ad /webAO | |
| parent | 82eaeeddb422968a66fb75b16e3451db566c19de (diff) | |
fix #68
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 1150f15..4b3d471 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -606,7 +606,7 @@ class Client extends EventEmitter { } else { const extra_28 = { additive: 0, - effects: "" + effects: "||" }; chatmsg = Object.assign(extra_28, chatmsg); } |
