mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Don't forget to re-disable the vtable lookup.
This commit is contained in:
parent
5530e083df
commit
950f546a17
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ namespace Dalamud.Game.Internal.Gui {
|
|||
|
||||
// Check if player is loaded in by trying to get their buffs.
|
||||
// If not, skip everything until we are (game will crash cause I'm lazy).
|
||||
|
||||
/*
|
||||
if (activeBuffArray == IntPtr.Zero) {
|
||||
try {
|
||||
activeBuffArray = FindBuffAddress();
|
||||
|
|
@ -93,7 +93,7 @@ namespace Dalamud.Game.Internal.Gui {
|
|||
return this.iconHook.Original(self, actionID);
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
if (this.VanillaIDs.Contains(actionID)) return this.iconHook.Original(self, actionID);
|
||||
if (!this.CustomIDs.Contains(actionID)) return actionID;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue