mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-01 13:48:20 +00:00
Deleted unused variables
This commit is contained in:
@@ -23,9 +23,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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user