refactor: cleanup in Dalamud.cs

This commit is contained in:
goat 2021-01-17 21:44:26 +01:00
parent beb86a3954
commit 87df159c40
3 changed files with 149 additions and 59 deletions

View file

@ -110,7 +110,6 @@ namespace Dalamud.Interface
}
if (this.dalamud.AntiDebug == null && ImGui.MenuItem("Enable AntiDebug"))
{
this.dalamud.AntiDebug = new AntiDebug(this.dalamud.SigScanner);
this.dalamud.AntiDebug.Enable();
}
ImGui.Separator();