Browse Source

Merge branch 'master' into serverini

Michael Hansen 13 years ago
parent
commit
1b7d2856c4
  1. 1
      Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp

1
Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglCore.cpp

@ -113,7 +113,6 @@ void ReportNetErrorTrans::Post () {
void ReportNetError (ENetProtocol protocol, ENetError error) {
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error);
NetTransSend(trans);
trans->DecRef();
}
} using namespace Ngl;

Loading…
Cancel
Save