Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d029f93

Browse files
committed
fixed?
1 parent dac7aa9 commit d029f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/living/silicon/robot/robot_modules.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
R.module = RM
229229
R.update_module_innate()
230230
RM.rebuild_modules()
231-
R.radio.recalculateChannels()
231+
R.radio?.recalculateChannels()
232232
var/datum/component/armor_plate/C = R.GetComponent(/datum/component/armor_plate)
233233
if(C) // Remove armor plating.
234234
C.dropplates()

0 commit comments

Comments
 (0)