Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed May 15, 2024
1 parent cb48f2b commit b242db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Shuttles/UI/MapScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private void RebuildMapObjects()
return 1;

if (yMapPos is not null && xMapPos is null)
return 1;
return -1;

if (xMapPos is null && yMapPos is null)
return 0;
Expand Down

0 comments on commit b242db3

Please sign in to comment.