mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-23 05:01:10 -05:00
format codebase
This commit is contained in:
@@ -28,6 +28,6 @@ void AgMonumentBirds::OnTimerDone(Entity* self, std::string timerName) {
|
||||
auto* player = EntityManager::Instance()->GetEntity(self->GetVar<LWOOBJID>(u"PlayerID"));
|
||||
|
||||
if (player == nullptr) return;
|
||||
|
||||
|
||||
self->ScheduleKillAfterUpdate(player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user