Don't network ZombifyOnDeathComponent and ZombieImmuneComponent (#39963)
no networking
This commit is contained in:
committed by
Princess Cheeseballs
parent
ff54dcc2f4
commit
a7a7db5ff1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user