Update _event.dm
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
var/datum/round_event/E = new typepath()
|
||||
E.current_players = get_active_player_count(alive_check = 1, afk_check = 1, human_check = 1)
|
||||
E.control = src
|
||||
SSblackbox.record_feedback("tally", "event_ran", 1, "E")
|
||||
SSblackbox.record_feedback("tally", "event_ran", 1, "[E]")
|
||||
occurrences++
|
||||
|
||||
testing("[time2text(world.time, "hh:mm:ss")] [E.type]")
|
||||
|
||||
Reference in New Issue
Block a user