mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
version: requiresSignedChat
This commit is contained in:
parent
c4d2d904e4
commit
2d3cdefe74
@ -61,4 +61,5 @@ class Version(
|
||||
val maxPacketLength get() = (versionId < ProtocolVersions.V_1_17_1_RC2).decide(1 shl 21, 1 shl 23)
|
||||
val maxChatMessageSize get() = (versionId < ProtocolVersions.V_16W38A).decide(100, 256)
|
||||
val hasAttackCooldown get() = versionId >= ProtocolVersions.V_15W34A
|
||||
val requiresSignedChat get() = versionId >= ProtocolVersions.V_22W17A
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user