mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
Update to Client::QueuePacket to not attempt to send a packet to a BoT. Not clean, but a broad solution.
This commit is contained in:
+1
-1
@@ -813,7 +813,7 @@ void Client::QueuePacket(const EQApplicationPacket* app, bool ack_req, CLIENT_CO
|
||||
AddPacket(app, ack_req);
|
||||
}
|
||||
else
|
||||
if(eqs)
|
||||
if(eqs && !IsBot()) //Mitch added the BoTcheck for a fail safe on trying to send a packet to a BoT!
|
||||
eqs->QueuePacket(app, ack_req);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user