Small improvements

This commit is contained in:
Rendo 2025-07-30 01:42:51 +05:00
commit 38dc6ec4d2
20 changed files with 56 additions and 84 deletions

View file

@ -19,6 +19,7 @@ public partial class EffectHandler : RefCounted
}
public void End()
{
if (HandledEffect == null) return;
HandledEffect.Exit(handler);
HandledEffect = null;
EffectTimer.Stop();