fix: Fixes sorting (#905)

This commit is contained in:
Kamron Batman 2021-12-29 10:10:53 -08:00 committed by GitHub
parent 529fd90005
commit c1134c526f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)