From 63e5e1ed45f94fa1d6be60bc97016b93051a4a8c Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 6 Oct 2020 19:31:17 +0200 Subject: add effects to SP --- webAO/client.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webAO') 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#%"); } /** -- cgit