mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* minor: don't need to null check config source in clientstack settings since this is always non null
This commit is contained in:
@@ -149,7 +149,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
AssetCache assetCache, AgentCircuitManager circuitManager)
|
||||
{
|
||||
// XXX Temporary until we start unpacking the config source
|
||||
// TODO: Don't forget to account for the null possibility
|
||||
ClientStackUserSettings userSettings = new ClientStackUserSettings();
|
||||
|
||||
proxyPortOffset = proxyPortOffsetParm;
|
||||
|
||||
Reference in New Issue
Block a user