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>
|
/// <summary>
|
||||||
/// Entities with this component cannot be zombified.
|
/// Entities with this component cannot be zombified.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[RegisterComponent, NetworkedComponent]
|
[RegisterComponent]
|
||||||
public sealed partial class ZombieImmuneComponent : Component
|
public sealed partial class ZombieImmuneComponent : Component
|
||||||
{
|
{
|
||||||
//still no
|
//still no
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ namespace Content.Shared.Zombies;
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Entities with this component zombify on death.
|
/// Entities with this component zombify on death.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[RegisterComponent, NetworkedComponent]
|
[RegisterComponent]
|
||||||
public sealed partial class ZombifyOnDeathComponent : Component
|
public sealed partial class ZombifyOnDeathComponent : Component
|
||||||
{
|
{
|
||||||
//this is not the component you are looking for
|
//this is not the component you are looking for
|
||||||
|
|||||||
Reference in New Issue
Block a user