Add admin logging to system events

This commit is contained in:
DrSmugleaf
2021-11-22 20:49:47 +01:00
parent 56d475df4f
commit 612c62c569
3 changed files with 22 additions and 0 deletions

View File

@@ -8,4 +8,8 @@ public enum LogType
Damaged = 2,
Healed = 3,
Slip = 4,
EventAnnounced = 5,
EventStarted = 6,
EventRan = 6,
EventStopped = 7,
}