From 238bf98cadb6bdb254d353acf4b2006b272fd8ee Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Tue, 10 Mar 2026 07:48:32 +1100 Subject: [PATCH] Remove DWORD from server UGC version state --- Minecraft.Client/MinecraftServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/MinecraftServer.h b/Minecraft.Client/MinecraftServer.h index 07be02ac7..6db0b2fc5 100644 --- a/Minecraft.Client/MinecraftServer.h +++ b/Minecraft.Client/MinecraftServer.h @@ -117,7 +117,7 @@ private: public: // 4J Stu - This value should be incremented every time the list of players with friends-only UGC settings changes // It is sent with PreLoginPacket and compared when it comes back in the LoginPacket - DWORD m_ugcPlayersVersion; + std::uint32_t m_ugcPlayersVersion; // This value is used to store the texture pack id for the currently loaded world std::uint32_t m_texturePackId;