Revert "Ref Count Catch"

This reverts commit dbf9275037.
This commit is contained in:
Azaezel 2014-12-26 13:04:53 -06:00
parent ee808bb848
commit 6ee81d9420

View file

@ -344,8 +344,6 @@ void NetConnection::eventReadPacket(BitStream *bstream)
if(unguaranteedPhase)
{
evt->process(this);
if (evt->getRefCount() == 0)
evt->incRef();
evt->decRef();
if(mErrorBuffer.isNotEmpty())
return;