Add admin log for ghost warping (#33636)
This commit is contained in:
@@ -115,10 +115,14 @@ public enum LogType
|
||||
/// Storage & entity-storage related interactions
|
||||
/// </summary>
|
||||
Storage = 93,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A player got hit by an explosion and was dealt damage.
|
||||
/// </summary>
|
||||
ExplosionHit = 94,
|
||||
|
||||
/// <summary>
|
||||
/// A ghost warped to an entity through the ghost warp menu.
|
||||
/// </summary>
|
||||
GhostWarp = 95,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user