mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-23 05:53:34 +00:00
removed extra function
This commit is contained in:
parent
b297d21a8d
commit
204f03fd2a
@ -41,6 +41,3 @@ void AgSurvivalBuffStation::OnTimerDone(Entity* self, std::string timerName) {
|
|||||||
}
|
}
|
||||||
if (target != nullptr) GameMessages::SendDropClientLoot(target, self->GetObjectID(), powerupToDrop, 0, self->GetPosition());
|
if (target != nullptr) GameMessages::SendDropClientLoot(target, self->GetObjectID(), powerupToDrop, 0, self->GetPosition());
|
||||||
}
|
}
|
||||||
void AgSurvivalBuffStation::OnDie(Entity* self, Entity* killer) {
|
|
||||||
//self->CancelAllTimers();
|
|
||||||
}
|
|
@ -12,7 +12,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void OnRebuildComplete(Entity* self, Entity* target) override;
|
void OnRebuildComplete(Entity* self, Entity* target) override;
|
||||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||||
void OnDie(Entity* self, Entity* killer) override;
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* Skill ID for the buff station.
|
* Skill ID for the buff station.
|
||||||
|
Loading…
Reference in New Issue
Block a user