forked from mirror/openmw-tes3mp
[Server] Init Player::inUpdateQueue
This commit is contained in:
parent
0780329a59
commit
cb86557aca
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ Player::Player(RakNet::RakNetGUID guid) : BasePlayer(guid), NetActor(), changedM
|
|||
storedData = mwmp::Networking::get().getState().getState()->create_table();
|
||||
customData = mwmp::Networking::get().getState().getState()->create_table();
|
||||
isActorPlayer = true;
|
||||
inUpdateQueue = false;
|
||||
}
|
||||
|
||||
Player::~Player()
|
||||
|
|
Loading…
Reference in a new issue