Cleans up comments for localization (#260)

This commit is contained in:
Kamron Batman 2020-09-20 12:48:10 -07:00 committed by GitHub
parent fd9ec089f7
commit 13e2693b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 751 additions and 798 deletions

View file

@ -750,9 +750,9 @@ namespace Server.Accounting
m.SendLocalizedMessage(message);
}
m.SendLocalizedMessage(
1019039
); // You are no longer considered a young player of Ultima Online, and are no longer subject to the limitations and benefits of being in that caste.
// You are no longer considered a young player of Ultima Online,
// and are no longer subject to the limitations and benefits of being in that caste.
m.SendLocalizedMessage(1019039);
}
}
}
@ -762,9 +762,8 @@ namespace Server.Accounting
{
if (TotalGameTime >= YoungDuration)
{
RemoveYoungStatus(
1019038
); // You are old enough to be considered an adult, and have outgrown your status as a young player!
// You are old enough to be considered an adult, and have outgrown your status as a young player!
RemoveYoungStatus(1019038);
}
}