From 2ce21ce7ca5a6455328321a8c0e1b788dc9ca53f Mon Sep 17 00:00:00 2001 From: praydog Date: Wed, 14 Aug 2024 12:32:15 -0700 Subject: [PATCH] Lua/Plugins: Fix HMD attachment (set_hand) not working --- src/mods/PluginLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/PluginLoader.cpp b/src/mods/PluginLoader.cpp index 72a7d824..9fba0dcb 100644 --- a/src/mods/PluginLoader.cpp +++ b/src/mods/PluginLoader.cpp @@ -764,7 +764,7 @@ namespace mc_state { return; } - if (hand > 1) { + if (hand > 2) { return; }