Add more storage admin logs & fix some interaction validation (#30725)

This commit is contained in:
Leon Friedrich
2024-08-07 12:15:41 +12:00
committed by GitHub
parent e5fe6f7824
commit b4dfeec696
2 changed files with 120 additions and 111 deletions

View File

@@ -110,4 +110,9 @@ public enum LogType
/// A player did an item-use interaction of an item they were holding onto another object.
/// </summary>
InteractUsing = 92,
/// <summary>
/// Storage & entity-storage related interactions
/// </summary>
Storage = 93,
}