mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Client] Make all LocalActors get initialized correctly again
This commit is contained in:
parent
d7d4dec200
commit
5a786e6c56
@ -33,6 +33,8 @@ LocalActor::LocalActor()
|
|||||||
|
|
||||||
attack.type = Attack::MELEE;
|
attack.type = Attack::MELEE;
|
||||||
attack.shouldSend = false;
|
attack.shouldSend = false;
|
||||||
|
|
||||||
|
creatureStats.mDead = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalActor::~LocalActor()
|
LocalActor::~LocalActor()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user