Change ThrowHelper methods to be extensions (#2254)
This commit is contained in:
@@ -156,7 +156,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage
|
||||
break;
|
||||
}
|
||||
|
||||
ThrowHelper.Throw(Owner, throwForce, targetLocation, sourceLocation, true);
|
||||
Owner.Throw(throwForce, targetLocation, sourceLocation, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user