diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-11 15:43:05 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-11 15:43:05 -0400 |
| commit | b3229eb72ba04152f1df97cd3800e1bc17c5646c (patch) | |
| tree | 21e49c54bf96373c022b94a1bc0f57d9b08328d0 /webAO/packets/handlers/handleRT.ts | |
| parent | 383991dd82af6bd867ef29af37fb694d64c28450 (diff) | |
Function movement
Diffstat (limited to 'webAO/packets/handlers/handleRT.ts')
| -rw-r--r-- | webAO/packets/handlers/handleRT.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/packets/handlers/handleRT.ts b/webAO/packets/handlers/handleRT.ts index 5bbf2b2..62ebb1e 100644 --- a/webAO/packets/handlers/handleRT.ts +++ b/webAO/packets/handlers/handleRT.ts @@ -1,5 +1,5 @@ import { client } from "../../client"; - +import { initTestimonyUpdater } from '../../viewport/utils/initTestimonyUpdater' /** * Handles a testimony states. @@ -21,5 +21,5 @@ export const handleRT = (args: string[]) => { default: console.warn("Invalid testimony"); } - client.viewport.initTestimonyUpdater(); + initTestimonyUpdater(); }
\ No newline at end of file |
