Remove prototype ignore lists from some tests (#19366)
This commit is contained in:
@@ -63,7 +63,8 @@ public sealed class StealthSystem : SharedStealthSystem
|
||||
|
||||
private void OnShutdown(EntityUid uid, StealthComponent component, ComponentShutdown args)
|
||||
{
|
||||
SetShader(uid, false, component);
|
||||
if (!Terminating(uid))
|
||||
SetShader(uid, false, component);
|
||||
}
|
||||
|
||||
private void OnShaderRender(EntityUid uid, StealthComponent component, BeforePostShaderRenderEvent args)
|
||||
|
||||
Reference in New Issue
Block a user