mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional
This commit is contained in:
@@ -692,14 +692,9 @@ bool Client::Process() {
|
||||
/************ Get all packets from packet manager out queue and process them ************/
|
||||
adverrorinfo = 5;
|
||||
|
||||
EQApplicationPacket *app = 0;
|
||||
// if(eqs->GetState()==CLOSING && eqs->CheckActive())
|
||||
if(eqs->CheckState(CLOSING))
|
||||
EQApplicationPacket *app = nullptr;
|
||||
if(!eqs->CheckState(CLOSING))
|
||||
{
|
||||
//eqs->Close();
|
||||
//return false;
|
||||
//handled below
|
||||
} else {
|
||||
while(ret && (app = (EQApplicationPacket *)eqs->PopPacket())) {
|
||||
if(app)
|
||||
ret = HandlePacket(app);
|
||||
|
||||
Reference in New Issue
Block a user