diff --git a/7thWrapperLib/Wrap.cs b/7thWrapperLib/Wrap.cs index 7b2abb2f..66141667 100644 --- a/7thWrapperLib/Wrap.cs +++ b/7thWrapperLib/Wrap.cs @@ -390,7 +390,8 @@ public void Run(RemoteHooking.IContext context, RuntimeParams parms) { } } } - } + } + profile.Mods.Reverse(); } catch (Exception e) { DebugLogger.WriteLine(e.ToString()); return;