From 5e53390e6cda115fc97093fbacce018b91af0c91 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Wed, 8 Oct 2025 21:07:55 -0500 Subject: [PATCH] chore(net): tweak style --- src/client/ClientServices.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/ClientServices.hpp b/src/client/ClientServices.hpp index f98805d..1d8fe5f 100644 --- a/src/client/ClientServices.hpp +++ b/src/client/ClientServices.hpp @@ -43,7 +43,7 @@ class ClientServices : public LoginResponse { static Login* LoginConnection(); static void Logon(const char* accountName, const char* password); static void SelectRealm(const char* realmName); - static void Send(CDataStore *msg); + static void Send(CDataStore* msg); static void SetAccountName(const char* accountName); static void SetCharacterInfo(const CHARACTER_INFO* info); static void SetMessageHandler(NETMESSAGE msgId, MESSAGE_HANDLER handler, void* param);