Enable nullability in Content.Shared (#3626)
* Enable nullability in Content.Shared * Fix null errors in server * aye github i swear on me mom
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Content.Server.AI.Operators.Inventory
|
||||
|
||||
if (storageComponent.Open)
|
||||
{
|
||||
var activateArgs = new ActivateEventArgs {User = _owner, Target = _target};
|
||||
var activateArgs = new ActivateEventArgs(_owner, _target);
|
||||
storageComponent.Activate(activateArgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user