Inline UID
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
|
||||
private void OnThrowDoHit(EntityUid uid, ForcefeedOnCollideComponent component, ThrowDoHitEvent args)
|
||||
{
|
||||
_foodSystem.ProjectileForceFeed(uid, args.Target.Uid, args.User?.Uid);
|
||||
_foodSystem.ProjectileForceFeed(uid, args.Target, args.User);
|
||||
}
|
||||
|
||||
private void OnLand(EntityUid uid, ForcefeedOnCollideComponent component, LandEvent args)
|
||||
|
||||
Reference in New Issue
Block a user