fix init
parent
a08d6048ba
commit
a49190f281
|
@ -11,7 +11,7 @@ public class ISession extends NettyGameSession {
|
|||
|
||||
private String id;
|
||||
private int token;
|
||||
private int index; //客戶端index
|
||||
private int index=-1; //客戶端index
|
||||
private AtomicInteger indicationIndex= new AtomicInteger(1); //服務端index
|
||||
private boolean kick;
|
||||
private int fiveReady; //客户端可以接受服务器5点刷新
|
||||
|
|
Loading…
Reference in New Issue