mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Finalize init packets and enable protocol v25
This enables srp.
This commit is contained in:
parent
19cbb6b37b
commit
8dbf683313
6 changed files with 38 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue