mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-12 06:56:02 +08: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))
|
.setGateserverPort(lr(GAME_INFO.accessPort, GAME_INFO.bindPort))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
var regionCache =
|
regionCache =
|
||||||
QueryCurrRegionHttpRspOuterClass.QueryCurrRegionHttpRsp.newBuilder()
|
QueryCurrRegionHttpRspOuterClass.QueryCurrRegionHttpRsp.newBuilder()
|
||||||
.setRegionInfo(serverRegion)
|
.setRegionInfo(serverRegion)
|
||||||
.setClientSecretKey(ByteString.copyFrom(Crypto.DISPATCH_SEED))
|
.setClientSecretKey(ByteString.copyFrom(Crypto.DISPATCH_SEED))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user