Add admin logs for shuttle call/recall

This commit is contained in:
DrSmugleaf
2021-11-22 21:31:50 +01:00
parent 37e7da0e42
commit af6353da46
5 changed files with 36 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ namespace Content.Server.StationEvents.Events
public virtual void Shutdown()
{
EntitySystem.Get<AdminLogSystem>()
.Add(LogType.EventAnnounced, $"Event shutdown: {Name}");
.Add(LogType.EventStopped, $"Event shutdown: {Name}");
if (EndAnnouncement != null)
{