diff --git a/Projects/Server/Maps/Map.cs b/Projects/Server/Maps/Map.cs index f24ca663a..7f5e87d1f 100644 --- a/Projects/Server/Maps/Map.cs +++ b/Projects/Server/Maps/Map.cs @@ -612,7 +612,7 @@ namespace Server eable.Free(); - Array.Sort(pool, ZComparer.Default); + Array.Sort(pool, 0, length, ZComparer.Default); } public void FixColumn(int x, int y)