mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Allow setting the size of the wearables array from config, for core compatibility
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Framework
|
||||
|
||||
// public static readonly int MAX_WEARABLES = 15;
|
||||
public static readonly int PHYSICS = 15;
|
||||
public static readonly int MAX_WEARABLES = 16;
|
||||
public static int MAX_WEARABLES = 16;
|
||||
|
||||
|
||||
public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9");
|
||||
|
||||
Reference in New Issue
Block a user