ticker followup (#18275)

* ticker followup

* .

* .

* fix the timer

* .

* move sleep out of ticker

* area

* strip improper
This commit is contained in:
Kashargul
2025-08-20 20:24:47 +02:00
committed by GitHub
parent ac4216928a
commit d8f472289d
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