Add admin log for ghost warping (#33636)

This commit is contained in:
DrSmugleaf
2024-11-29 01:46:24 -08:00
committed by GitHub
parent 422d1a9d32
commit 3ad227a904
2 changed files with 10 additions and 3 deletions

View File

@@ -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,
}