This commit is contained in:
2024-12-31 13:41:38 +09:00
parent 2944e730b0
commit cf900d46cd

View File

@@ -148,7 +148,7 @@ function Rockets.get_rolling_average(force_name, count)
end
--- Event used to update the stats and the hui when a rocket is launched
Event.add(defines.events.on_rocket_launched, function(event)
Event.add(defines.events.on_cargo_pod_finished_ascending, function(event)
local entity = event.rocket_silo
local silo_data = Rockets.get_silo_data(entity)
local force = event.rocket_silo.force