Removes un-needed calls to RefreshParts() (#91564)

This commit is contained in:
SyncIt21
2025-06-19 09:46:56 +05:30
committed by GitHub
parent 4143bb5865
commit 6edc6d616a
10 changed files with 10 additions and 28 deletions
@@ -201,7 +201,6 @@ GLOBAL_LIST_INIT(scan_conditions,init_scan_conditions())
. = ..()
RegisterSignals(GLOB.exoscanner_controller,list(COMSIG_EXOSCAN_STARTED,COMSIG_EXOSCAN_FINISHED), PROC_REF(scan_change))
update_readiness()
RefreshParts()
/obj/machinery/exoscanner/RefreshParts()
. = ..()