Remove redundant codes

This commit is contained in:
Zt Wang 2017-02-15 21:13:20 +08:00
parent fa6b5845f0
commit 6446cdc2b6

View file

@ -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;