From 16bcd86dfbdbdb1be77bf6673729f77509a9793b Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 8 Aug 2014 00:01:49 +0100 Subject: back to max 15 wearables until its safe ( and before i kill other grid regions) --- OpenSim/Framework/AvatarWearable.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs index 271c90f..2d411e3 100644 --- a/OpenSim/Framework/AvatarWearable.cs +++ b/OpenSim/Framework/AvatarWearable.cs @@ -68,9 +68,9 @@ namespace OpenSim.Framework public static readonly int ALPHA = 13; public static readonly int TATTOO = 14; -// public static readonly int MAX_WEARABLES = 15; - public static readonly int PHYSICS = 15; - public static readonly int MAX_WEARABLES = 16; + public static readonly int MAX_WEARABLES = 15; +// public static readonly int PHYSICS = 15; +// public static readonly int MAX_WEARABLES = 16; public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9"); -- cgit v1.1