Update Client.CurrentRegion after a teleport

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@149 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-08-12 16:46:59 +00:00
parent 9b2128c438
commit 529ff4aa86

View File

@@ -616,6 +616,7 @@ namespace libsecondlife
// Sleep a little while so we can collect parcel information
System.Threading.Thread.Sleep(1000);
Client.CurrentRegion = Client.Network.CurrentSim.Region;
TeleportStatus = 1;
return;
}