mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
parent
ee808bb848
commit
6ee81d9420
1 changed files with 0 additions and 2 deletions
|
|
@ -344,8 +344,6 @@ void NetConnection::eventReadPacket(BitStream *bstream)
|
||||||
if(unguaranteedPhase)
|
if(unguaranteedPhase)
|
||||||
{
|
{
|
||||||
evt->process(this);
|
evt->process(this);
|
||||||
if (evt->getRefCount() == 0)
|
|
||||||
evt->incRef();
|
|
||||||
evt->decRef();
|
evt->decRef();
|
||||||
if(mErrorBuffer.isNotEmpty())
|
if(mErrorBuffer.isNotEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue