mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 10:55:01 -04:00
signature management: don't send session is offline mode
This commit is contained in:
parent
ddba4b04ae
commit
07532707bc
@ -92,6 +92,9 @@ class SignatureKeyManagement(
|
||||
if (connection.network.state != ProtocolStates.PLAY || !connection.network.connected) {
|
||||
return
|
||||
}
|
||||
if (!connection.network.encrypted) {
|
||||
return
|
||||
}
|
||||
connection.sendPacket(SessionDataC2SP(connection.sessionId, key))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user