Skip to content

Commit

Permalink
Merge pull request #58 from ARF-SS13/hilbertshotel-take-1
Browse files Browse the repository at this point in the history
Curbing admin log spam (but it's still logged internally)
  • Loading branch information
Tk420634 authored Jul 27, 2024
2 parents 80f5dfb + 1d8bb22 commit 87a4991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/itemspawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SUBSYSTEM_DEF(itemspawners)
return
COOLDOWN_START(src, next_trash_delivery, restock_trash_interval)
log_game("Restocking trash piles...")
message_admins("Restocking trash piles...")
// message_admins("Restocking trash piles...")

for(var/datum/weakref/TS in GLOB.trash_piles)
var/obj/item/storage/trash_stack/tresh = TS?.resolve()
Expand Down

0 comments on commit 87a4991

Please sign in to comment.