[MIRROR] ticker followup (#11474)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-20 20:40:53 +02:00
committed by GitHub
co-authored by Kashargul
parent 3cb3fbcd0a
commit 495c373e69
20 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
data["message_current_id"] = current_viewing_message_id
data["message_current"] = current_viewing_message
// data["lastCallLoc"] = SSshuttle.emergencyLastCallLoc ? format_text(SSshuttle.emergencyLastCallLoc.name) : null
// data["lastCallLoc"] = SSshuttle.emergencyLastCallLoc ? strip_improper(SSshuttle.emergencyLastCallLoc.name) : null
data["msg_cooldown"] = message_cooldown ? (round((message_cooldown - world.time) / 10)) : 0
data["cc_cooldown"] = centcomm_message_cooldown ? (round((centcomm_message_cooldown - world.time) / 10)) : 0