fix: Fixes movement issue (#814)

* Fixes wrong item list used for item detection
This commit is contained in:
Kamron Batman 2021-10-03 19:19:26 -07:00 committed by GitHub
parent a845f8a1c0
commit 8e4d5bb169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -150,6 +150,7 @@ namespace Server
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
get => this[TileFlag.Impassable | TileFlag.Surface];
set => this[TileFlag.Impassable | TileFlag.Surface] = value;
}
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Administrator)]