Add InteractUsing admin logs. (#29514)

Apparently we did not have these.
This commit is contained in:
Pieter-Jan Briers
2024-06-27 16:58:42 +02:00
committed by GitHub
parent 0896edf06c
commit 45cc19f315
2 changed files with 25 additions and 0 deletions

View File

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