mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-02 16:06:42 +00:00
[Server] Fix initialization of mclient
This commit is contained in:
parent
a4a77ddeff
commit
26445355e6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Networking *Networking::sThis = 0;
|
||||||
|
|
||||||
static int currentMpNum = 0;
|
static int currentMpNum = 0;
|
||||||
|
|
||||||
Networking::Networking(RakNet::RakPeerInterface *peer)
|
Networking::Networking(RakNet::RakPeerInterface *peer) : mclient(nullptr)
|
||||||
{
|
{
|
||||||
sThis = this;
|
sThis = this;
|
||||||
this->peer = peer;
|
this->peer = peer;
|
||||||
|
|
Loading…
Reference in a new issue