Skip to content

Commit

Permalink
Update for 7.1/7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
perchbirdd committed Nov 28, 2024
1 parent 31b738b commit 4cbf958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ResLogger2.Plugin/ResLogger2.Plugin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<PluginVersion>0.0.2.8</PluginVersion>
<PluginVersion>0.0.2.9</PluginVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion ResLogger2.Plugin/ResLogger2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public ResLogger2(IDalamudPluginInterface pi)
_getResourceAsyncHook.Enable();
_getResourceSyncHook.Enable();

_papHandler = new PapHandler(ProcessHook);
// _papHandler = new PapHandler(ProcessHook);
}

private IntPtr GetResourceSyncDetour(IntPtr a1, IntPtr a2, IntPtr a3, IntPtr a4, IntPtr pPath, IntPtr a6)
Expand Down

0 comments on commit 4cbf958

Please sign in to comment.