diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-05 15:58:15 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-05 15:58:15 +0300 |
commit | a93151ac86747145584c3096a45481f37f17928b (patch) | |
tree | db83c136542012eee96e496fe30dda0c1526adeb /indra/newview/llstartup.cpp | |
parent | 1cd725286152b9eb04db71447b851d970b308431 (diff) |
SL-15527 remove redundant flag
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c5d5be3509..077da6caf0 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2214,10 +2214,6 @@ bool idle_startup() // Have the agent start watching the friends list so we can update proxies gAgent.observeFriends(); - if (gSavedSettings.getBOOL("LoginAsGod")) - { - gAgent.requestEnterGodMode(); - } // Start automatic replay if the flag is set. if (gSavedSettings.getBOOL("StatsAutoRun") || gAgentPilot.getReplaySession()) |