Skip to content

Commit

Permalink
Update chat.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jul 3, 2024
1 parent 06a271d commit 7bd9347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/controllers/subsystem/chat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ SUBSYSTEM_DEF(chat)
msg = "Messages resent: [resends]"
return ..()

/datum/controller/subsystem/chat/Shutdown()
log_world("SSchat shutting down, Number of messages resent: [resends]")
return ..()

/datum/controller/subsystem/chat/proc/generate_payload(client/target, message_data)
var/sequence = client_to_sequence_number[target.ckey]
client_to_sequence_number[target.ckey] += 1
Expand Down

0 comments on commit 7bd9347

Please sign in to comment.