From 990d3a998630d00e048f0a2dfa1922613d651982 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Tue, 10 Mar 2026 07:29:06 +1100 Subject: [PATCH] Remove BYTE from player user types --- Minecraft.World/Player/Player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Player/Player.h b/Minecraft.World/Player/Player.h index dfd125601..04cce224b 100644 --- a/Minecraft.World/Player/Player.h +++ b/Minecraft.World/Player/Player.h @@ -65,7 +65,7 @@ protected: int jumpTriggerTime; public: - BYTE userType; + std::uint8_t userType; int score; float oBob, bob; bool swinging;