Support player sessions in admin logs and add test

Fix EventRan log type id
Make slipping low impact
This commit is contained in:
DrSmugleaf
2021-11-22 23:15:22 +01:00
parent ce94c28e8a
commit 7b5878b846
6 changed files with 170 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ public enum LogType
Slip = 4,
EventAnnounced = 5,
EventStarted = 6,
EventRan = 6,
EventRan = 16,
EventStopped = 7,
ShuttleCalled = 8,
ShuttleRecalled = 9,