Skip to content

Commit b60b4fe

Browse files
committed
version bump
1 parent e099fc1 commit b60b4fe

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

BossMod/BossMod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
33
<PropertyGroup>
4-
<Version>0.4.20.3</Version>
4+
<Version>0.4.21.0</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

BossMod/Framework/WorldStateGameSync.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ sealed class WorldStateGameSync : IDisposable
8888

8989
private readonly unsafe delegate* unmanaged<ContainerInterface*, float> _calculateMoveSpeedMulti;
9090

91-
private unsafe delegate void ApplyKnockbackDelegate(Character* thisPtr, float a2, float a3, float a4, byte a5, int a6);
92-
private readonly Hook<ApplyKnockbackDelegate> _applyKnockbackHook;
93-
9491
private unsafe delegate void InventoryAckDelegate(InventoryManager* mgr, uint a1, void* a2);
9592
private readonly Hook<InventoryAckDelegate> _inventoryAckHook;
9693

@@ -194,7 +191,6 @@ public void Dispose()
194191
{
195192
_processPlayActionTimelineSyncHook.Dispose();
196193
_inventoryAckHook.Dispose();
197-
_applyKnockbackHook.Dispose();
198194
_processLegacyMapEffectHook.Dispose();
199195
_processMapEffect1Hook.Dispose();
200196
_processMapEffect2Hook.Dispose();

0 commit comments

Comments
 (0)