Typo fix and MeshMaxConcurrentRequest bumped by demand

This commit is contained in:
Siana Gearz
2012-08-21 07:43:00 +02:00
parent aceb3f3425
commit 822ba4432f
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<integer>1</integer>
</map>
<key>SGServerVersionChangedNofification</key>
<key>SGServerVersionChangedNotification</key>
<map>
<key>Comment</key>
<string>Notify when going to a simulator of different version</string>
@@ -11998,7 +11998,7 @@
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>32</integer>
<integer>128</integer>
</map>
<key>RunBtnState</key>
<map>

View File

@@ -4392,7 +4392,7 @@ void process_agent_movement_complete(LLMessageSystem* msg, void**)
return;
}
if (!gLastVersionChannel.empty() && gSavedSettings.getBOOL("SGServerVersionChangedNofification"))
if (!gLastVersionChannel.empty() && gSavedSettings.getBOOL("SGServerVersionChangedNotification"))
{
LLSD payload;
payload["message"] = version_channel;