фиксы для тестов

This commit is contained in:
Remuchi
2024-01-27 20:33:56 +07:00
parent 1625dc227a
commit eeecf71790
3 changed files with 8 additions and 7 deletions

View File

@@ -9,9 +9,6 @@ public enum LogType
Healed = 3,
Slip = 4,
EventAnnounced = 5,
AspectAnnounced = 86,
AspectStarted = 87,
AspectStopped = 88,
EventStarted = 6,
EventRan = 16,
EventStopped = 7,
@@ -98,4 +95,10 @@ public enum LogType
/// </summary>
ChatRateLimited = 87,
AtmosTemperatureChanged = 88,
// WD EDIT
AspectAnnounced = 89,
AspectStarted = 90,
AspectStopped = 91,
// WD EDIT
}