Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
BurgerLUA committed Nov 13, 2023
1 parent bbe3eba commit 05388a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_core/obj/hud/buttons/vendor/_vendor_button.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

/obj/hud/button/vendor/clicked_on_by_object(var/mob/caller,var/atom/object,location,control,params)

CHECK_SPAM(5)
SPAM_CHECK(5)

if(!associated_item)
log_error("Warning: Vendor button [src.get_debug_name()] did not have an associated_item!")
Expand Down

0 comments on commit 05388a0

Please sign in to comment.