aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-10-06 19:31:17 +0200
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-10-06 19:31:17 +0200
commit63e5e1ed45f94fa1d6be60bc97016b93051a4a8c (patch)
tree52c3717fc65158cd6c86f304c9557269fc1d5735 /webAO/client.js
parent8bf6d65748c9ef269bf8b436fed5777ed77aa77c (diff)
add effects to SP
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js5
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#%");
}
/**