Don't network ZombifyOnDeathComponent and ZombieImmuneComponent (#39963)

no networking
This commit is contained in:
slarticodefast
2025-08-30 00:40:24 +02:00
committed by Princess Cheeseballs
parent ff54dcc2f4
commit a7a7db5ff1
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace Content.Shared.Zombies;
/// <summary>
/// Entities with this component zombify on death.
/// </summary>
[RegisterComponent, NetworkedComponent]
[RegisterComponent]
public sealed partial class ZombifyOnDeathComponent : Component
{
//this is not the component you are looking for