Remove redundant codes
This commit is contained in:
parent
fa6b5845f0
commit
6446cdc2b6
1 changed files with 2 additions and 4 deletions
|
|
@ -197,10 +197,8 @@ namespace TShockAPI
|
||||||
//TShock handles this
|
//TShock handles this
|
||||||
return OTAPI.HookResult.Cancel;
|
return OTAPI.HookResult.Cancel;
|
||||||
};
|
};
|
||||||
OTAPI.Hooks.Game.PostInitialize += () =>
|
|
||||||
{
|
Main.SettingsUnlock_WorldEvil = true;
|
||||||
Main.SettingsUnlock_WorldEvil = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
TerrariaApi.Reporting.CrashReporter.HeapshotRequesting += CrashReporter_HeapshotRequesting;
|
TerrariaApi.Reporting.CrashReporter.HeapshotRequesting += CrashReporter_HeapshotRequesting;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue