Skip to content

Commit 3cfc243

Browse files
committed
feat:add fixme
1 parent d6604fd commit 3cfc243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lse/events/EntityEvents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ LL_TYPE_INSTANCE_HOOK(
182182
IF_LISTENED_END(EVENT_TYPES::onProjectileHitEntity);
183183
origin(owner, res);
184184
}
185-
185+
//fixme: this hook is not working
186186
// LL_TYPE_INSTANCE_HOOK(
187187
// ProjectileHitBlockHook,
188188
// HookPriority::Normal,

src/lse/events/PlayerEvents.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ LL_TYPE_INSTANCE_HOOK(
223223
IF_LISTENED_END(EVENT_TYPES::onInventoryChange);
224224
origin(container, slot, oldItem, newItem, forceBalanced);
225225
}
226-
226+
//fixme: this hook is not working
227227
// LL_TYPE_INSTANCE_HOOK(
228228
// AttackBlockHook,
229229
// HookPriority::Normal,
@@ -306,7 +306,7 @@ LL_TYPE_INSTANCE_HOOK(EatHook1, HookPriority::Normal, Player, &Player::eat, void
306306
IF_LISTENED_END(EVENT_TYPES::onAte);
307307
origin(instance);
308308
}
309-
309+
//fixme: this hook is not working
310310
// LL_TYPE_INSTANCE_HOOK(
311311
// EatHook2,
312312
// HookPriority::Normal,

0 commit comments

Comments
 (0)