249250251252253254255256
} client.getConnection().send(msg); } private void sendLeaveSlotMessage(PlayerSlot slot) { LeaveSlotMessage msg = new LeaveSlotMessage(client.getGame().getGameId(), slot.getNumber()); client.getConnection().send(msg); }