Before VS Crash

This commit is contained in:
neckkola
2022-01-07 20:09:38 -04:00
parent 40e3484bb4
commit b8b5ca0e67
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ void Client::FastQueuePacket(EQApplicationPacket** app, bool ack_req, CLIENT_CON
return;
}
else {
if(eqs)
if(eqs && !IsBot()) //Mitch added
eqs->FastQueuePacket((EQApplicationPacket **)app, ack_req);
else if (app && (*app))
delete *app;