Content update for NetEntities (#18935)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Content.Server.Engineering.EntitySystems
|
||||
|
||||
if (component.DoAfterTime > 0)
|
||||
{
|
||||
var doAfterArgs = new DoAfterArgs(args.User, component.DoAfterTime, new AwaitedDoAfterEvent(), null)
|
||||
var doAfterArgs = new DoAfterArgs(EntityManager, args.User, component.DoAfterTime, new AwaitedDoAfterEvent(), null)
|
||||
{
|
||||
BreakOnUserMove = true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user