5758596061626364656667
//Send the players spawnpoint... conn.send(new S0x06(player)); //Send the players initial look and position. After this, the // 'log-in' is 'finished'. s = new S0x0D(player); conn.send(s); getWorldState().playermanager().registerPlayer(player); }