Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Dec 5, 2024
1 parent 9192a76 commit 9897751
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Content.Shared.Database/LogType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ public enum LogType
ItemConfigure = 84,
DeviceLinking = 85,
Tile = 86,
/// <summary>
/// User was rate-limited for some spam action.
/// </summary>
/// <remarks>
/// This is a default value used by <c>PlayerRateLimitManager</c>, though users can use different log types.
/// </remarks>
RateLimited = 87,
BagOfHolding = 420, //Nyano - Summary: adds bag of holding.
Psionics = 421, //Nyano - Summary: ads psionic as a log type.

Expand All @@ -106,9 +99,16 @@ public enum LogType
AtmosTemperatureChanged = 88,
DeviceNetwork = 89,
StoreRefund = 90,
/// <summary>
/// User was rate-limited for some spam action.
/// </summary>
/// <remarks>
/// This is a default value used by <c>PlayerRateLimitManager</c>, though users can use different log types.
/// </remarks>
RateLimited = 91,
// WD EDIT
AspectAnnounced = 91,
AspectStarted = 92,
AspectStopped = 93,
AspectAnnounced = 92,
AspectStarted = 93,
AspectStopped = 94,
// WD EDIT
}

0 comments on commit 9897751

Please sign in to comment.