mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6419 from Mechoid/PrinterHREF
Should solve the I.C. printer HREF exploit.
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
else
|
||||
var/obj/item/I = build_type
|
||||
cost = initial(I.w_class)
|
||||
if(!build_type in SScircuit.circuit_fabricator_recipe_list[current_category])
|
||||
if(!(build_type in SScircuit.circuit_fabricator_recipe_list[current_category]))
|
||||
return
|
||||
|
||||
if(!debug)
|
||||
|
||||
Reference in New Issue
Block a user