player.leaveParty();
Reflection ref = _game.getReflection();
InstantZone instantZone = ref.getInstancedZone();
Location tele = Location.findPointToStay(instantZone.getTeleportCoords().get(_side - 1), 50, 50, ref.getGeoIndex());
player._stablePoint = _returnLoc;
player.teleToLocation(tele, ref);
if (_type == CompType.TEAM)
{
player.setTeam(_side == 1 ? TeamType.BLUE : TeamType.RED);
}
player.sendPacket(new ExOlympiadMode(_side));