mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Server] Fix initialization of mclient
This commit is contained in:
parent
a4a77ddeff
commit
26445355e6
@ -31,7 +31,7 @@ Networking *Networking::sThis = 0;
|
||||
|
||||
static int currentMpNum = 0;
|
||||
|
||||
Networking::Networking(RakNet::RakPeerInterface *peer)
|
||||
Networking::Networking(RakNet::RakPeerInterface *peer) : mclient(nullptr)
|
||||
{
|
||||
sThis = this;
|
||||
this->peer = peer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user