diff --git a/code/modules/vending/_vending.dm b/code/modules/vending/_vending.dm index 8fdc1c7c0c..924fd506ff 100644 --- a/code/modules/vending/_vending.dm +++ b/code/modules/vending/_vending.dm @@ -601,7 +601,7 @@ GLOBAL_LIST_EMPTY(vending_products) QDEL_NULL(coin) to_chat(usr, "You successfully pull [coin] out before [src] could swallow it.") coin = null - QDEL_NULL(coin) + QDEL_NULL(coin) else if(!(R in product_records)) vend_ready = TRUE message_admins("Vending machine exploit attempted by [ADMIN_LOOKUPFLW(usr)]!")