Skip to content

Commit

Permalink
OrderBy
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Nov 17, 2024
1 parent ec3db2a commit b349cf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EXILED/docs/articles/SCPSLRessources/Intro.tt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ sidebar_position: 1
- [Attachment Names](#attachmentnames)
- [Spawn Reasons](#spawnreasons)
- [Prefabs](#prefabs)

<#
string response = string.Empty;

Expand All @@ -55,7 +54,7 @@ try
{
types = e.Types;
}
foreach (var type in types.Where(t => t != null))
foreach (var type in types.Where(t => t != null).OrderBy(t => t.Name))
{
try
{
Expand Down

0 comments on commit b349cf8

Please sign in to comment.