diff --git a/src/RealTime/Core/RealTimeCore.cs b/src/RealTime/Core/RealTimeCore.cs index 75440d28705bca1cb3ebe7a21dc4ddee68ffae71..bd772c2cbde75252544efa7485c508f4dba1f36b 100644 --- a/src/RealTime/Core/RealTimeCore.cs +++ b/src/RealTime/Core/RealTimeCore.cs @@ -234,6 +234,9 @@ namespace RealTime.Core return; } + Log.Info("The 'Real Time' mod reverts method patches."); + patcher.Revert(); + ResidentAIPatch.RealTimeAI = null; TouristAIPatch.RealTimeAI = null; BuildingAIPatch.RealTimeAI = null; @@ -251,9 +254,6 @@ namespace RealTime.Core OutsideConnectionAIPatch.SpareTimeBehavior = null; CitizenManagerPatch.NewCitizenBehavior = null; - Log.Info("The 'Real Time' mod reverts method patches."); - patcher.Revert(); - vanillaEvents.Revert(); timeAdjustment.Disable();