{
JLogger.info("Finished crossing over in to region " + newSim.toString());
oldSim.AgentMovementComplete = false; // We're no longer there
if (onRegionCrossed != null)
{
onRegionCrossed.raiseEvent(new RegionCrossedEventArgs(oldSim, newSim));
}
}
else
{
// The old simulator will (poorly) handle our movement still, so the connection isn't