mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Client] Add back statement that should not have been removed in e4a261e
This commit is contained in:
parent
e4a261ea2e
commit
e11a24f446
@ -48,6 +48,7 @@ Networking::Networking(): peer(RakNet::RakPeerInterface::GetInstance()), playerP
|
|||||||
|
|
||||||
RakNet::SocketDescriptor sd;
|
RakNet::SocketDescriptor sd;
|
||||||
sd.port=0;
|
sd.port=0;
|
||||||
|
peer->Startup(1, &sd, 1);
|
||||||
RakAssert(b==RAKNET_STARTED);
|
RakAssert(b==RAKNET_STARTED);
|
||||||
|
|
||||||
playerPacketController.SetStream(0, &bsOut);
|
playerPacketController.SetStream(0, &bsOut);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user