fix: Fixes sorting (#905)
This commit is contained in:
parent
529fd90005
commit
c1134c526f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue