Skip to content

Commit

Permalink
Lua/Plugins: Fix HMD attachment (set_hand) not working
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Aug 14, 2024
1 parent e4b3284 commit 2ce21ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/PluginLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ namespace mc_state {
return;
}

if (hand > 1) {
if (hand > 2) {
return;
}

Expand Down

0 comments on commit 2ce21ce

Please # to comment.