fix: change order of apt location info

This commit is contained in:
Anna 2023-02-19 23:00:20 -05:00
parent 238ab34a9d
commit 9f3ff92fba
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ internal class MessageList : ITab {
var apt = wing == 2 ? apartment - HousingLocationExt.Wng : apartment;
if (apt == 0) {
loc += $", Wing {wing} Lobby";
loc += $", Wing {wing}, Lobby";
} else {
loc += $", Apt. {apt}, Wing {wing}";
loc += $", Wing {wing}, Apt. {apt}";
}
} else {
loc += $", Plot {message.Plot.Value}";