diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 7a9ea983..481cb903 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -197,10 +197,8 @@ namespace TShockAPI //TShock handles this return OTAPI.HookResult.Cancel; }; - OTAPI.Hooks.Game.PostInitialize += () => - { - Main.SettingsUnlock_WorldEvil = true; - }; + + Main.SettingsUnlock_WorldEvil = true; TerrariaApi.Reporting.CrashReporter.HeapshotRequesting += CrashReporter_HeapshotRequesting;