开服就跨服分组
parent
665b993e21
commit
232fc4efeb
|
@ -316,6 +316,8 @@ public class GlobleSystemLogic implements IEventHandler {
|
||||||
if (entry != null){
|
if (entry != null){
|
||||||
RedisUtil.getInstence().putMapEntry(RedisKey.SERVER_SPLIT_INFO, "", String.valueOf(GameApplication.serverId),entry);
|
RedisUtil.getInstence().putMapEntry(RedisKey.SERVER_SPLIT_INFO, "", String.valueOf(GameApplication.serverId),entry);
|
||||||
group = entry;
|
group = entry;
|
||||||
|
}else {
|
||||||
|
group = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (group <= 0){
|
if (group <= 0){
|
||||||
|
|
Loading…
Reference in New Issue