luacheck fix

This commit is contained in:
Mikayla
2024-09-25 21:26:07 +00:00
parent bc2ae291a7
commit e4cb1f6c70

View File

@@ -370,7 +370,7 @@ function facility.new(config)
-- ack all alarms on all reactor units
function public.ack_all()
for i = 1, #self.units do
local u = self.units[i].ack_all()
self.units[i].ack_all()
end
end