Compare commits

..

No commits in common. "66e9e9bc4d20c7493ceeb8ff3c0832829d5b358e" and "678ca39b44dac68b276f8d305470a21863b42e4d" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -15,8 +15,6 @@ namespace EliteBGS.BGS {
suffix = "st"; suffix = "st";
} else if (today.Day == 2 || today.Day == 22) { } else if (today.Day == 2 || today.Day == 22) {
suffix = "nd"; suffix = "nd";
} else if (today.Day == 23) {
suffix = "rd";
} else { } else {
suffix = "th"; suffix = "th";
} }

View File

@ -1,9 +1,5 @@
# EliteBGS changelog # EliteBGS changelog
## 0.1.6 on 24.09.2022
* Fixed datetime format.
## 0.1.5 on 24.08.2022 ## 0.1.5 on 24.08.2022
* Added some mission names. * Added some mission names.