I guess we didn't need this after all.
This commit is contained in:
MDMCK10
2023-03-28 17:31:44 +02:00
committed by GitHub
parent 1052246531
commit 39c9832a72

View File

@@ -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]);