aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-19 18:33:13 +0100
committersD <stoned@derpymail.org>2019-12-19 18:33:13 +0100
commitf4ae98588d729b076a8138f6c33fd04094cdc5a4 (patch)
treef7600a225619d8f62d3f7237e5bf737ed9e66ed7 /webAO/client.js
parent8836965bd94d037c2156db529cc98ee38ce8a828 (diff)
how did i miss this
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index a8ee406..67bbcab 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -341,7 +341,6 @@ class Client extends EventEmitter {
* Triggered when a connection is established to the server.
*/
onOpen(_e) {
- client.initialObservBBCode();
client.loadResources();
client.joinServer();
}