mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-07 11:14:11 +00:00
removed extra function
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user