[MIRROR] Fixes incorrect Initialize() arguments (#1029)

* Fixes incorrect Initialize() arguments (#54013)

* Fixes incorrect Initialize() arguments

Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
SkyratBot
2020-09-29 00:18:52 +02:00
committed by GitHub
co-authored by spookydonut
parent 8e22b30dd6
commit f8eef23e64
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
control.gen += sgen
//Bit of a hack but this whole type is a hack
/obj/machinery/power/solar/fake/Initialize(turf/loc, obj/item/solar_assembly/S)
/obj/machinery/power/solar/fake/Initialize(mapload, turf/loc, obj/item/solar_assembly/S)
. = ..()
UnregisterSignal(SSsun, COMSIG_SUN_MOVED)