diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 00:02:19 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 00:02:19 -0400 |
| commit | 67314a8bc22ea198b8e3de788282a0ca0151cb1e (patch) | |
| tree | 92d827d3acd06bc1e33fc94c45a0be3613a95ae3 /webAO/packets/handlers/handleSP.ts | |
| parent | d20994bd7c244cc84ab138cec441b05c261a83e4 (diff) | |
Several functions moved
Diffstat (limited to 'webAO/packets/handlers/handleSP.ts')
| -rw-r--r-- | webAO/packets/handlers/handleSP.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/packets/handlers/handleSP.ts b/webAO/packets/handlers/handleSP.ts index e2cad18..e176eeb 100644 --- a/webAO/packets/handlers/handleSP.ts +++ b/webAO/packets/handlers/handleSP.ts @@ -1,5 +1,4 @@ -import { updateActionCommands } from "../../client"; - +import { updateActionCommands } from '../../dom/updateActionCommands' /** * position change * @param {string} pos new position |
