mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Removed some superfluous assigns
* Moved physics plugin scene creation into local scope
This commit is contained in:
@@ -42,7 +42,6 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public class RegionApplicationBase
|
||||
{
|
||||
protected PhysicsPluginManager m_physicsManager;
|
||||
protected AssetCache AssetCache;
|
||||
protected InventoryCache InventoryCache;
|
||||
protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>();
|
||||
|
||||
Reference in New Issue
Block a user