Use Null-Propagation Operator
This commit is contained in:
@@ -168,8 +168,7 @@ namespace OpenRA.Scripting
|
||||
{
|
||||
// Object needs additional notification / context
|
||||
var notify = obj as IScriptNotifyBind;
|
||||
if (notify != null)
|
||||
notify.OnScriptBind(context);
|
||||
notify?.OnScriptBind(context);
|
||||
|
||||
return new LuaCustomClrObject(obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user