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

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