aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/modCallTest.ts
blob: 7058cafbdfa947d7627fe7fc9ea3c5104b90cad4 (plain)
1
2
3
4
5
6
7
8
import { packetHandler } from "../packets/packetHandler";
/**
 * Triggered by the modcall sfx dropdown
 */
export function modcall_test() {
    packetHandler.get("ZZ")!("test#test".split("#"));
}
window.modcall_test = modcall_test;