Add admin logs for thermomachines (#24056)

This commit is contained in:
Trevor Day
2024-01-13 20:05:45 -08:00
committed by GitHub
parent ee5b954448
commit 7a84f9e203
2 changed files with 7 additions and 1 deletions

View File

@@ -94,4 +94,5 @@ public enum LogType
/// A client has sent too many chat messages recently and is temporarily blocked from sending more.
/// </summary>
ChatRateLimited = 87,
AtmosTemperatureChanged = 88,
}