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

@@ -12,4 +12,6 @@ public enum LogType
EventStarted = 6,
EventRan = 6,
EventStopped = 7,
ShuttleCalled = 8,
ShuttleRecalled = 9,
}