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

@@ -108,8 +108,6 @@ public sealed partial class ChemistrySystem
if (component.CancelToken != null)
{
component.CancelToken.Cancel();
component.CancelToken = null;
args.Handled = true;
return;
}