Allow do_afters to be spammed (#8074)
This commit is contained in:
@@ -79,8 +79,6 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
// if currently being used to feed, cancel that action.
|
||||
if (food.CancelToken != null)
|
||||
{
|
||||
food.CancelToken.Cancel();
|
||||
food.CancelToken = null;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user