diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-24 20:13:39 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-24 20:13:39 +0800 |
commit | 7d40a943f3148979f0572e17d2a4f6a7c49beeb7 (patch) | |
tree | 4096838520d96c9ab91b6c900a82db64710c88c7 /socketConnection.js | |
parent | 062f87c1acca16a40c8944de27efaac9741b44e6 (diff) | |
download | SoopyV2-7d40a943f3148979f0572e17d2a4f6a7c49beeb7.tar.gz SoopyV2-7d40a943f3148979f0572e17d2a4f6a7c49beeb7.tar.bz2 SoopyV2-7d40a943f3148979f0572e17d2a4f6a7c49beeb7.zip |
+ fix showing dwarven mines events on crystal hollows events thingo (oops)
Diffstat (limited to 'socketConnection.js')
-rw-r--r-- | socketConnection.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socketConnection.js b/socketConnection.js index e8aa796..7cea440 100644 --- a/socketConnection.js +++ b/socketConnection.js @@ -227,7 +227,7 @@ class SoopyV2Server extends WebsiteCommunicator { sendCHEventData(event, started) { this.sendData({ - type: "chEvent", + type: "chEvent2", event, started }) |