Fix eating with utensils (#11557)

This commit is contained in:
themias
2022-09-27 12:26:14 -04:00
committed by GitHub
parent 2a80597118
commit b24427e8c3

View File

@@ -51,7 +51,7 @@ namespace Content.Server.Nutrition.EntitySystems
if (!_interactionSystem.InRangeUnobstructed(user, target, popup: true))
return false;
return _foodSystem.TryFeed(user, target, food);
return _foodSystem.TryFeed(user, user, food);
}
/// <summary>