mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-09-14 03:25:52 -05:00
QR2: Validate client messages
This commit is contained in:
@@ -245,6 +245,5 @@ func handleSendMessageRequest(conn net.Conn, buffer []byte) {
|
||||
|
||||
logging.Notice(ModuleName, "Send message from", aurora.BrightCyan(conn.RemoteAddr()), "to", aurora.BrightCyan(destIP).String())
|
||||
|
||||
// TODO: Perform basic packet verification
|
||||
qr2.SendClientMessage(destIP, buffer[9:])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user