diff options
Diffstat (limited to 'webAO/packets/handlers/handleASS.ts')
| -rw-r--r-- | webAO/packets/handlers/handleASS.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webAO/packets/handlers/handleASS.ts b/webAO/packets/handlers/handleASS.ts new file mode 100644 index 0000000..d0dfbd5 --- /dev/null +++ b/webAO/packets/handlers/handleASS.ts @@ -0,0 +1,10 @@ +import { setAOhost } from "../../client"; + + +/** +* new asset url!! +* @param {Array} args packet arguments +*/ +export const handleASS = (args: string[]) => { + setAOhost(args[1]); +} |
