Skip to content

Commit

Permalink
saves ran events as name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Apr 29, 2024
1 parent b09c59e commit a293fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/_event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Runs the event
if(alert_observers)
round_event.announce_deadchat(random, event_cause)

SSblackbox.record_feedback("tally", "event_ran", 1, "[round_event]")
SSblackbox.record_feedback("tally", "event_ran", 1, "[name]")
return round_event

//Returns the component for the listener
Expand Down

0 comments on commit a293fa9

Please sign in to comment.