mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 19:11:37 +00:00
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