Compare commits
No commits in common. "66e9e9bc4d20c7493ceeb8ff3c0832829d5b358e" and "678ca39b44dac68b276f8d305470a21863b42e4d" have entirely different histories.
66e9e9bc4d
...
678ca39b44
@ -15,8 +15,6 @@ namespace EliteBGS.BGS {
|
||||
suffix = "st";
|
||||
} else if (today.Day == 2 || today.Day == 22) {
|
||||
suffix = "nd";
|
||||
} else if (today.Day == 23) {
|
||||
suffix = "rd";
|
||||
} else {
|
||||
suffix = "th";
|
||||
}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# EliteBGS changelog
|
||||
|
||||
## 0.1.6 on 24.09.2022
|
||||
|
||||
* Fixed datetime format.
|
||||
|
||||
## 0.1.5 on 24.08.2022
|
||||
|
||||
* Added some mission names.
|
||||
|
Loading…
x
Reference in New Issue
Block a user