490491492493494495496497498499500
toRemove = null; } public void sendLogout(String account) { PlayerLogout pl = new PlayerLogout(account); try { sendPacket(pl); } catch(IOException e)