diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-10-22 17:54:29 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-10-22 17:54:29 +0200 |
| commit | d1611910b33aa9e188e17400d4778fef9d0cad23 (patch) | |
| tree | 2c19d6e23986f4a40848e3e2d51ac7b2ea0229b7 /webAO/client.ts | |
| parent | 82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff) | |
isn't in client class anymore
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 4 |
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)); |
