Fix IDE0083
This commit is contained in:
committed by
Pavel Penev
parent
bd2b3d9793
commit
164abfdae1
@@ -87,7 +87,7 @@ namespace OpenRA.Scripting
|
||||
{
|
||||
foreach (var arg in clrArgs)
|
||||
{
|
||||
if (!(arg is LuaValue[] table))
|
||||
if (arg is not LuaValue[] table)
|
||||
continue;
|
||||
|
||||
foreach (var value in table)
|
||||
|
||||
Reference in New Issue
Block a user