Fixed godmode persisting (#14934)

This commit is contained in:
Dawid Bla
2023-03-29 01:59:59 +02:00
committed by GitHub
parent f08037c571
commit b6c2a7ca47

View File

@@ -74,6 +74,8 @@ namespace Content.Server.Damage.Systems
{
_damageable.SetDamage(uid, damageable, godmode.OldDamage);
}
RemComp<GodmodeComponent>(uid);
}
/// <summary>