some minor fixes

This commit is contained in:
rootdarkarchon
2023-02-03 19:34:15 +01:00
parent 53bbda4cf4
commit a03e92ccef
4 changed files with 4 additions and 5 deletions

View File

@@ -243,8 +243,6 @@ public class DalamudUtil : IDisposable
curWaitTime += tick;
Thread.Sleep(tick);
}
return;
}
public unsafe void DisableDraw(IntPtr characterAddress)