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 8055d6d commit fd7f145
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Content.Shared.Database/LogType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,23 +99,16 @@ public enum LogType
AtmosTemperatureChanged = 88,
DeviceNetwork = 89,
StoreRefund = 90,
<<<<<<< HEAD
=======

>>>>>>> c33644532d (Rate limit ahelps (#29219))
/// <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,
<<<<<<< HEAD
// WD EDIT
AspectAnnounced = 92,
AspectStarted = 93,
AspectStopped = 94,
// WD EDIT
=======
>>>>>>> c33644532d (Rate limit ahelps (#29219))
}

0 comments on commit fd7f145

Please sign in to comment.