mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
re-disable buff array search
This commit is contained in:
parent
f93842d5c6
commit
5530e083df
1 changed files with 2 additions and 2 deletions
|
|
@ -841,11 +841,11 @@ namespace Dalamud.Game.Internal.Gui {
|
|||
return this.iconHook.Original(self, actionID);
|
||||
}
|
||||
|
||||
private bool SearchBuffArray(short needle) {
|
||||
private bool SearchBuffArray(short needle) {/*
|
||||
for (int i = 0; i < 60; i++) {
|
||||
if (Marshal.ReadInt16(activeBuffArray + 4 * i) == needle) return true;
|
||||
}
|
||||
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue