mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
parent
ee808bb848
commit
6ee81d9420
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue