mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 11:07:13 +00:00
Remove DWORD from server UGC version state
This commit is contained in:
parent
3aeb023869
commit
238bf98cad
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue