Changed AllowStairSectioning to static readonly instead of const to prevent unreachable code warnings.
This commit is contained in:
parent
d6c2a0049c
commit
af093655bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue