mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Update stack.dm (#31850)
This commit is contained in:
@@ -90,6 +90,10 @@
|
||||
if(..())
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
// Don't bring up the crafting UI if there's nothing to craft.
|
||||
if(!LAZYLEN(recipes))
|
||||
return
|
||||
|
||||
ui_interact(user)
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user