mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Deleted unused variables
This commit is contained in:
parent
67d5061416
commit
097af41392
@ -23,9 +23,6 @@ void AmDarklingDragon::OnDie(Entity* self, Entity* killer) {
|
||||
}
|
||||
|
||||
self->SetVar<bool>(u"bDied", true);
|
||||
|
||||
auto position = self->GetPosition();
|
||||
auto rotation = self->GetRotation();
|
||||
|
||||
auto golemId = self->GetVar<LWOOBJID>(u"Golem");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user