Merge from upstream

This commit is contained in:
David Markowitz
2023-06-16 02:01:01 -07:00
4 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ void BuccaneerValiantShip::OnStartup(Entity* self) {
// Kill self if missed
self->AddCallbackTimer(1.1F, [self]() {
self->Kill();
self->Smash();
});
}
});