aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleackMS.ts
blob: 2bb7460a05c7d0730cb966aabf288c597141cd25 (plain)
1
2
3
4
5
6
7
8
import { resetICParams } from "../../client/resetICParams";

/**
 * server got our message
 */
export const handleackMS = () => {
  resetICParams();
};