Merge remote-tracking branch 'origin/master' into branch

This commit is contained in:
Applevangelist 2024-12-31 15:36:05 +01:00
commit 87356291f7
2 changed files with 4 additions and 0 deletions

View File

@ -997,6 +997,8 @@ function RECOVERYTANKER:onafterStart(From, Event, To)
-- Init status updates in 10 seconds. -- Init status updates in 10 seconds.
self:__Status(10) self:__Status(10)
return self
end end

View File

@ -963,6 +963,8 @@ function RESCUEHELO:onafterStart(From, Event, To)
-- Init status check -- Init status check
self:__Status(1) self:__Status(1)
return self
end end
--- On after Status event. Checks player status. --- On after Status event. Checks player status.