diff --git a/src/WSServer.ts b/src/WSServer.ts index 9f0b0d4..4965137 100644 --- a/src/WSServer.ts +++ b/src/WSServer.ts @@ -207,7 +207,6 @@ export default class WSServer { break; case "chat": if (!client.username) return; - if (!client.connectedToNode) return; if (client.IP.muted) return; if (msgArr.length !== 2) return; var msg = Utilities.HTMLSanitize(msgArr[1]);