mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +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());
|
||||
}
|
||||
void AgSurvivalBuffStation::OnDie(Entity* self, Entity* killer) {
|
||||
//self->CancelAllTimers();
|
||||
}
|
@ -12,7 +12,6 @@ public:
|
||||
*/
|
||||
void OnRebuildComplete(Entity* self, Entity* target) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnDie(Entity* self, Entity* killer) override;
|
||||
private:
|
||||
/**
|
||||
* Skill ID for the buff station.
|
||||
|
Loading…
Reference in New Issue
Block a user