#231 renamed unit a_ functions to auto_

This commit is contained in:
Mikayla Fischler
2023-06-03 17:59:20 -04:00
parent 351842c9a1
commit 0b939be412
4 changed files with 17 additions and 17 deletions

View File

@@ -549,7 +549,7 @@ function logic.update_auto_safety(public, self)
end
if alarmed and not self.plc_cache.rps_status.automatic then
public.a_scram()
public.auto_scram()
end
self.auto_was_alarmed = alarmed