diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-06 19:31:17 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-06 19:31:17 +0200 |
| commit | 63e5e1ed45f94fa1d6be60bc97016b93051a4a8c (patch) | |
| tree | 52c3717fc65158cd6c86f304c9557269fc1d5735 | |
| parent | 8bf6d65748c9ef269bf8b436fed5777ed77aa77c (diff) | |
add effects to SP
| -rw-r--r-- | webAO/client.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js index 7848398..6ad2193 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -20,6 +20,7 @@ import chatbox_arr from "./styles/chatbox/chatboxes.js"; import { EventEmitter } from "events"; import { version } from '../package.json'; +import { features } from 'process'; let client; let viewport; @@ -407,7 +408,7 @@ class Client extends EventEmitter { this.sendServer(`ID#webAO#webAO#%`); if (mode !== "replay") this.checkUpdater = setInterval(() => this.sendCheck(), 5000); - } + } /** * Load game resources and stored settings. @@ -1162,7 +1163,7 @@ class Client extends EventEmitter { */ handleHI(args) { this.sendSelf("ID#1#webAO#" + version + "#%"); - this.sendSelf("FL#fastloading#yellowtext#ccc_ic_support#flipping#looping_sfx#%"); + this.sendSelf("FL#fastloading#yellowtext#cccc_ic_support#flipping#looping_sfx#effects#%"); } /** |
