mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Revert some changes that were causing more harm than good
This commit is contained in:
+1
-1
@@ -1046,7 +1046,7 @@ bool Client::HandlePacket(const EQApplicationPacket *app) {
|
||||
bool Client::Process() {
|
||||
bool ret = true;
|
||||
//bool sendguilds = true;
|
||||
sockaddr_in to;
|
||||
sockaddr_in to = {};
|
||||
|
||||
memset((char *) &to, 0, sizeof(to));
|
||||
to.sin_family = AF_INET;
|
||||
|
||||
Reference in New Issue
Block a user