From 5821853007fcebc68ea6d5f059257585de81c44c Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 8 Feb 2023 03:38:48 +0000 Subject: [PATCH] nothing really --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 9c6ef67..2d244f5 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -151,6 +151,6 @@ namespace core bool TCPServer::compareAlias(void *alias, void *compare) { - return true; + return alias == compare; } }