aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-10-22 17:54:29 +0200
committerstonedDiscord <Tukz@gmx.de>2022-10-22 17:54:29 +0200
commitd1611910b33aa9e188e17400d4778fef9d0cad23 (patch)
tree2c19d6e23986f4a40848e3e2d51ac7b2ea0229b7 /webAO
parent82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff)
isn't in client class anymore
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index f3711e9..7919402 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -69,8 +69,8 @@ fpPromise
client = new Client(serverIP);
client.connect()
- client.isLowMemory();
- client.loadResources();
+ isLowMemory();
+ loadResources();
});
export const delay = (ms: number) => new Promise((res) => setTimeout(res, ms));