Add bought station is ghost when spawns

This commit is contained in:
JonShard
2026-08-11 13:24:51 +02:00
parent 70d41fc21b
commit 6a591b9e3a
5 changed files with 50 additions and 30 deletions
+3 -3
View File
@@ -95,14 +95,14 @@ const TIMESTAMP_BG_COLOR = "#1e3a5f"
#===================================================================================#
## Column widths for alignment (in characters)
const PEER_ID_COLUMN_WIDTH = 6
const LOG_TYPE_COLUMN_WIDTH = 6
const LOG_TYPE_COLUMN_WIDTH = 7
## Default mm:ss:ms; with SHOW_TIMESTAMP_HOURS, hh:mm:ss:ms
const TIMESTAMP_COLUMN_WIDTH_MMSSMS = 9
const TIMESTAMP_COLUMN_WIDTH_HHMMSSMS = 12
const SCRIPT_FUNCTION_COLUMN_WIDTH = 45
const SCRIPT_FUNCTION_COLUMN_WIDTH = 50
const TRUNCATE_PEER_NAME = 6
const TRUNCATE_SCRIPT_NAME = 18
const TRUNCATE_SCRIPT_NAME = 20
const TRUNCATE_FUNCTION_NAME = 30
#===================================================================================#