bump
This commit is contained in:
parent
6ca794ee75
commit
1954b53cff
@ -72,6 +72,9 @@ public class GameConnection extends Thread {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// pass to GameRoom
|
// pass to GameRoom
|
||||||
|
//log.info("sendThings called!!!!!!!");
|
||||||
|
// sendThingsCompressed();
|
||||||
|
//return;
|
||||||
Optional<GameRoom> room = this.parent.getGamePool().getGameRoomById(gameId);
|
Optional<GameRoom> room = this.parent.getGamePool().getGameRoomById(gameId);
|
||||||
room.ifPresent(gameRoom -> {
|
room.ifPresent(gameRoom -> {
|
||||||
gameRoom.updateCallback(this.playerId, packet1 -> {
|
gameRoom.updateCallback(this.playerId, packet1 -> {
|
||||||
@ -83,7 +86,6 @@ public class GameConnection extends Thread {
|
|||||||
});
|
});
|
||||||
gameRoom.getIncomeQueue().add(new IncomeGamePacket(this.playerId, packet));
|
gameRoom.getIncomeQueue().add(new IncomeGamePacket(this.playerId, packet));
|
||||||
});
|
});
|
||||||
log.info("sendThings called!!!!!!!");
|
|
||||||
//sendThings();
|
//sendThings();
|
||||||
//sendThingsThird();
|
//sendThingsThird();
|
||||||
}
|
}
|
||||||
|
@ -128,7 +128,7 @@ public class GameMasterProcessor extends Processor {
|
|||||||
.setHigh(144115198130930503L)
|
.setHigh(144115198130930503L)
|
||||||
.setLow(78330215L)
|
.setLow(78330215L)
|
||||||
)
|
)
|
||||||
.setHost("192.168.0.10")
|
.setHost("192.168.0.6")
|
||||||
.setPort(3724)
|
.setPort(3724)
|
||||||
.setToken(ByteString.copyFromUtf8(pwd)) // password
|
.setToken(ByteString.copyFromUtf8(pwd)) // password
|
||||||
.addAttribute(Protocol.Attribute
|
.addAttribute(Protocol.Attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user