aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/sender/sendCheck.ts
blob: 91b3a02d61769095cf45d045e99e2292a9378a6b (plain)
1
2
3
4
5
6
7
8
import { client } from "../../client";

/**
 * Sends a keepalive packet.
 */
export const sendCheck = () => {
    client.sender.sendServer(`CH#${client.charID}#%`);
}