Fix 3000 errors
This commit is contained in:
@@ -6,9 +6,9 @@ namespace Content.Server.AI.Operators.Inventory
|
||||
{
|
||||
public class DropEntityOperator : AiOperator
|
||||
{
|
||||
private readonly IEntity _owner;
|
||||
private readonly IEntity _entity;
|
||||
public DropEntityOperator(IEntity owner, IEntity entity)
|
||||
private readonly EntityUid _owner;
|
||||
private readonly EntityUid _entity;
|
||||
public DropEntityOperator(EntityUid owner, EntityUid entity)
|
||||
{
|
||||
_owner = owner;
|
||||
_entity = entity;
|
||||
|
||||
Reference in New Issue
Block a user