Fix IDE0074
This commit is contained in:
committed by
Pavel Penev
parent
cbd0583289
commit
bd2b3d9793
@@ -292,8 +292,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{ orderByDate, m => -m.ModifiedDate.Ticks }
|
||||
};
|
||||
|
||||
if (orderByFunc == null)
|
||||
orderByFunc = orderByDict[orderByPlayer];
|
||||
orderByFunc ??= orderByDict[orderByPlayer];
|
||||
|
||||
ScrollItemWidget SetupItem(string o, ScrollItemWidget template)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user