ATC now 'live'; added visual improvemnts.

This commit is contained in:
PeekabooSteam
2023-05-20 22:17:04 +01:00
parent 2b155c4ed3
commit 05a8085e06
4 changed files with 32 additions and 16 deletions

View File

@@ -128,8 +128,13 @@ export class MissionHandler
getNowDate() {
const date = this.getDate();
const time = this.getTime();
if ( !date ) {
return new Date();
}
let year = date.Year;
let month = date.Month - 1;