mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
[Client] Make all LocalActors get initialized correctly again
This commit is contained in:
parent
d7d4dec200
commit
5a786e6c56
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ LocalActor::LocalActor()
|
|||
|
||||
attack.type = Attack::MELEE;
|
||||
attack.shouldSend = false;
|
||||
|
||||
creatureStats.mDead = false;
|
||||
}
|
||||
|
||||
LocalActor::~LocalActor()
|
||||
|
|
Loading…
Reference in a new issue