mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Finalize init packets and enable protocol v25
This enables srp.
This commit is contained in:
@@ -337,7 +337,7 @@ public:
|
||||
void setPendingSerializationVersion(u8 version)
|
||||
{ m_pending_serialization_version = version; }
|
||||
|
||||
void setSupportedCompressionModes(u8 byteFlag)
|
||||
void setSupportedCompressionModes(u16 byteFlag)
|
||||
{ m_supported_compressions = byteFlag; }
|
||||
|
||||
void confirmSerializationVersion()
|
||||
@@ -416,7 +416,7 @@ private:
|
||||
|
||||
std::string m_full_version;
|
||||
|
||||
u8 m_supported_compressions;
|
||||
u16 m_supported_compressions;
|
||||
|
||||
/*
|
||||
time this client was created
|
||||
|
Reference in New Issue
Block a user