Add more storage admin logs & fix some interaction validation (#30725)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user