This commit is contained in:
Michael Wain 2024-12-15 03:21:31 +03:00
parent 6ca794ee75
commit 1954b53cff
2 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,9 @@ public class GameConnection extends Thread {
return;
}
// pass to GameRoom
//log.info("sendThings called!!!!!!!");
// sendThingsCompressed();
//return;
Optional<GameRoom> room = this.parent.getGamePool().getGameRoomById(gameId);
room.ifPresent(gameRoom -> {
gameRoom.updateCallback(this.playerId, packet1 -> {
@ -83,7 +86,6 @@ public class GameConnection extends Thread {
});
gameRoom.getIncomeQueue().add(new IncomeGamePacket(this.playerId, packet));
});
log.info("sendThings called!!!!!!!");
//sendThings();
//sendThingsThird();
}

View File

@ -128,7 +128,7 @@ public class GameMasterProcessor extends Processor {
.setHigh(144115198130930503L)
.setLow(78330215L)
)
.setHost("192.168.0.10")
.setHost("192.168.0.6")
.setPort(3724)
.setToken(ByteString.copyFromUtf8(pwd)) // password
.addAttribute(Protocol.Attribute