mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-28 09:36:31 +00:00
Deleted unused variables
This commit is contained in:
parent
67d5061416
commit
097af41392
@ -24,9 +24,6 @@ void AmDarklingDragon::OnDie(Entity* self, Entity* killer) {
|
|||||||
|
|
||||||
self->SetVar<bool>(u"bDied", true);
|
self->SetVar<bool>(u"bDied", true);
|
||||||
|
|
||||||
auto position = self->GetPosition();
|
|
||||||
auto rotation = self->GetRotation();
|
|
||||||
|
|
||||||
auto golemId = self->GetVar<LWOOBJID>(u"Golem");
|
auto golemId = self->GetVar<LWOOBJID>(u"Golem");
|
||||||
|
|
||||||
auto* golem = EntityManager::Instance()->GetEntity(golemId);
|
auto* golem = EntityManager::Instance()->GetEntity(golemId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user