mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Fix the error that the parameter regionCache of class PacketPlayerLoginRsp is null in game only mode (#2297)
This commit is contained in:
parent
ec53292e00
commit
4b167fc938
@ -37,7 +37,7 @@ public class PacketPlayerLoginRsp extends BasePacket {
|
||||
.setGateserverPort(lr(GAME_INFO.accessPort, GAME_INFO.bindPort))
|
||||
.build();
|
||||
|
||||
var regionCache =
|
||||
regionCache =
|
||||
QueryCurrRegionHttpRspOuterClass.QueryCurrRegionHttpRsp.newBuilder()
|
||||
.setRegionInfo(serverRegion)
|
||||
.setClientSecretKey(ByteString.copyFrom(Crypto.DISPATCH_SEED))
|
||||
|
Loading…
Reference in New Issue
Block a user