From 25641e95a7f412090ce429923b6dfc0757039868 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 19 May 2025 01:57:46 +0100 Subject: [PATCH] remove a spurius space on viewer name --- OpenSim/Framework/AgentCircuitData.cs | 2 +- OpenSim/Region/Application/OpenSim.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Framework/AgentCircuitData.cs b/OpenSim/Framework/AgentCircuitData.cs index 7242993a45..d011a8b407 100644 --- a/OpenSim/Framework/AgentCircuitData.cs +++ b/OpenSim/Framework/AgentCircuitData.cs @@ -145,7 +145,7 @@ namespace OpenSim.Framework } else // New style version contains no spaces, just version number { - return $"{Channel} {m_viewerInternal}"; + return $"{Channel} {m_viewerInternal}"; } } } diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 30c8c9027d..689fda8860 100755 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -302,7 +302,7 @@ namespace OpenSim + "--force-assets will load the OAR and try to upload the assets it contains.\n" + " it will REPLACE those assets on local region cache\n" + " it will also try to upload them to service, but that only work if they are not present" - + " Avoid using this except for some recovery atempts" + + " Avoid using this except for some recovery attempts" + "--default-user will use this user for any objects with an owner whose UUID is not found in the grid.\n" + "--no-objects suppresses the addition of any objects (good for loading only the terrain).\n" + "--rotation specified rotation to be applied to the oar. Specified in degrees.\n"