Add InteractUsing admin logs. (#29514)
Apparently we did not have these.
This commit is contained in:
committed by
GitHub
parent
0896edf06c
commit
45cc19f315
@@ -105,4 +105,9 @@ public enum LogType
|
||||
/// This is a default value used by <c>PlayerRateLimitManager</c>, though users can use different log types.
|
||||
/// </remarks>
|
||||
RateLimited = 91,
|
||||
|
||||
/// <summary>
|
||||
/// A player did an item-use interaction of an item they were holding onto another object.
|
||||
/// </summary>
|
||||
InteractUsing = 92,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user