Allow do_afters to be spammed (#8074)

This commit is contained in:
metalgearsloth
2022-05-10 19:48:59 +10:00
committed by GitHub
parent 1ef2407d02
commit d7168fedd1
5 changed files with 17 additions and 10 deletions

View File

@@ -194,8 +194,6 @@ namespace Content.Server.Nutrition.EntitySystems
// cannot stack do-afters
if (drink.CancelToken != null)
{
drink.CancelToken.Cancel();
drink.CancelToken = null;
return true;
}