diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index bb1982f..df7c084 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1689,7 +1689,7 @@ bool idle_startup() | |||
1689 | LLFloaterActiveSpeakers::showInstance(); | 1689 | LLFloaterActiveSpeakers::showInstance(); |
1690 | } | 1690 | } |
1691 | 1691 | ||
1692 | if (gSavedSettings.getBOOL("BeaconAlwaysOn")) | 1692 | if (gSavedSettings.getBOOL("BeaconsEnabled")) |
1693 | { | 1693 | { |
1694 | LLFloaterBeacons::showInstance(); | 1694 | LLFloaterBeacons::showInstance(); |
1695 | } | 1695 | } |