Skip to content

Commit

Permalink
Fixed #728
Browse files Browse the repository at this point in the history
  • Loading branch information
Luffyyy committed Aug 11, 2024
1 parent 9692c9b commit e51d227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<option name="IgnoredUpdates" type="table"/>
</options>
</Options>
<Hooks>
<hook hook_id="lib/units/weapons/raycastweaponbase" script_path="Hooks/Items/Hooks.lua"/>
</Hooks>
</load_modules>
<classes>
<!-- Not really a class, but since BeardLib starts with CoreSystem, we want to hook into this a bit earlier, so modules can start using stuff -->
Expand Down
2 changes: 1 addition & 1 deletion supermod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<post hook_id="lib/managers/hud/vr/hudbelt"/>
<post hook_id="lib/managers/menu/blackmarketgui"/>
<post hook_id="lib/managers/menu/renderers/menunodecustomizeweaponcolorgui"/>
<post hook_id="lib/units/weapons/raycastweaponbase"/>
<!-- <post hook_id="lib/units/weapons/raycastweaponbase"/> Moved to main.xml to work with WeaponLib -->
<post hook_id="lib/units/beings/player/playerdamage"/>
<post hook_id="lib/units/beings/player/states/vr/hand/playerhandstatemelee"/>
<post hook_id="lib/tweak_data/tweakdata"/>
Expand Down

0 comments on commit e51d227

Please sign in to comment.