mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
next set of globals (#19131)
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
|
||||
switch(action)
|
||||
if("remove_mat")
|
||||
var/datum/material/material = name_to_material[params["id"]]
|
||||
var/datum/material/material = GLOB.name_to_material[params["id"]]
|
||||
if(!istype(material))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user