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}#%`); };