mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[MISSED MIRROR] Macro Defines the On-Station Year (#17236)
Missed mirror 70827
This commit is contained in:
@@ -592,7 +592,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar
|
||||
data["PC_programheaders"] = program_headers
|
||||
|
||||
data["PC_stationtime"] = station_time_timestamp()
|
||||
data["PC_stationdate"] = "[time2text(world.realtime, "DDD, Month DD")], [GLOB.year_integer+540]"
|
||||
data["PC_stationdate"] = "[time2text(world.realtime, "DDD, Month DD")], [CURRENT_STATION_YEAR]"
|
||||
data["PC_showexitprogram"] = !!active_program // Hides "Exit Program" button on mainscreen
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user