mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
initialize() should now always be called, be it on game starting up or object being created after game start.
Partially fixes #9036.
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
/obj/item/device/radio/New()
|
||||
..()
|
||||
wires = new(src)
|
||||
if(radio_controller)
|
||||
initialize()
|
||||
|
||||
/obj/item/device/radio/Destroy()
|
||||
qdel(wires)
|
||||
|
||||
Reference in New Issue
Block a user