mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
remove a spurius space on viewer name
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user