Skip to content

Commit ffed1fc

Browse files
authored
whoops.
1 parent bdad47f commit ffed1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/__HELPERS/global_lists.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
if(!pref_toggle.name)
158158
continue
159159

160-
GLOB.preference_toggles[path] = new path()
160+
GLOB.preference_toggles[pref_toggle] = new pref_toggle()
161161

162162
// Init chemical reagents
163163
init_datum_subtypes(/datum/reagent, GLOB.chemical_reagents_list, null, "id")

0 commit comments

Comments
 (0)