Maybe fix hand test failures (#21157)
This commit is contained in:
@@ -95,7 +95,8 @@ namespace Content.Client.Hands.Systems
|
||||
}
|
||||
}
|
||||
|
||||
component.SortedHands = new(state.HandNames);
|
||||
component.SortedHands.Clear();
|
||||
component.SortedHands.AddRange(state.HandNames);
|
||||
var sorted = addedHands.OrderBy(hand => component.SortedHands.IndexOf(hand.Name));
|
||||
|
||||
foreach (var hand in sorted)
|
||||
|
||||
Reference in New Issue
Block a user