Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-byte3D committed Dec 8, 2023
2 parents 92bf9a2 + 98f032b commit 4c393aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SUBSYSTEM_DEF(ticker)
current_state = GAME_STATE_FINISHED
GLOB.ooc_allowed = TRUE
mode.declare_completion(force_ending)
REDIS_PUBLISH("byond.round", "type" = "round-complete")
REDIS_PUBLISH("byond.round", "type" = "round-complete", "round_name" = GLOB.round_statistics.round_name)
flash_clients()
addtimer(CALLBACK(
SSvote,
Expand Down

0 comments on commit 4c393aa

Please sign in to comment.