OpenGrid protocol is dead. byebye o/

This commit is contained in:
Siana Gearz
2011-01-31 19:59:28 +01:00
parent d962b05a9e
commit 2550e2b6f2
8 changed files with 12 additions and 578 deletions

View File

@@ -6461,8 +6461,7 @@ void LLAgent::setTeleportState(ETeleportState state)
{
mbTeleportKeepsLookAt = false;
}
// OGPX : Only compute a 'slurl' in non-OGP mode. In OGP, set it to regionuri in floaterteleport.
if ((mTeleportState == TELEPORT_MOVING)&& (!gSavedSettings.getBOOL("OpenGridProtocol")))
if ((mTeleportState == TELEPORT_MOVING))
{
// We're outa here. Save "back" slurl.
mTeleportSourceSLURL = getSLURL();