Changed AllowStairSectioning to static readonly instead of const to prevent unreachable code warnings.

This commit is contained in:
eos 2012-08-26 23:35:22 +00:00
parent d6c2a0049c
commit af093655bc

View file

@ -1123,7 +1123,7 @@ namespace Server.Multis
return Verification.IsItemValid( itemID );
}
public const bool AllowStairSectioning = true;
public static readonly bool AllowStairSectioning = true;
/* Stair block IDs
* (sorted ascending)