Remove annoying sim version change notification - like viewer 2

This commit is contained in:
Siana Gearz
2012-08-20 04:22:26 +02:00
parent e4090b1475
commit ba136fe42d
2 changed files with 14 additions and 1 deletions

View File

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