From af093655bc4175ff5a9f8f4024b8594b3e81f2b8 Mon Sep 17 00:00:00 2001 From: eos Date: Sun, 26 Aug 2012 23:35:22 +0000 Subject: [PATCH] Changed AllowStairSectioning to static readonly instead of const to prevent unreachable code warnings. --- Scripts/Multis/HouseFoundation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Multis/HouseFoundation.cs b/Scripts/Multis/HouseFoundation.cs index 6ccac839b..822690834 100644 --- a/Scripts/Multis/HouseFoundation.cs +++ b/Scripts/Multis/HouseFoundation.cs @@ -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)