mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fields should be protected unless private is required
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
public class LLUDPServerShim : INonSharedRegionModule
|
||||
{
|
||||
protected IConfigSource m_Config;
|
||||
LLUDPServer m_udpServer;
|
||||
protected LLUDPServer m_udpServer;
|
||||
|
||||
#region INonSharedRegionModule
|
||||
public virtual string Name
|
||||
|
||||
Reference in New Issue
Block a user