Adds announce command for admins, latejoin announcer is now "station"
This commit is contained in:
@@ -945,7 +945,7 @@ namespace Content.Server.GameTicking
|
||||
"latejoin-arrival-announcement",
|
||||
("character", character.Name),
|
||||
("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(job.Name))
|
||||
));
|
||||
), Loc.GetString("latejoin-arrival-sender"));
|
||||
}
|
||||
|
||||
var mob = _spawnPlayerMob(job, character, lateJoin);
|
||||
|
||||
Reference in New Issue
Block a user