Add bought station is ghost when spawns
This commit is contained in:
@@ -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
|
||||
#===================================================================================#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user