mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-24 01:19:18 +01:00
refactor: cleanup in Dalamud.cs
This commit is contained in:
parent
beb86a3954
commit
87df159c40
3 changed files with 149 additions and 59 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue