]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Don't network ZombifyOnDeathComponent and ZombieImmuneComponent (#39963)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Fri, 29 Aug 2025 22:40:24 +0000 (00:40 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Aug 2025 22:40:24 +0000 (15:40 -0700)
no networking

Content.Shared/Zombies/ZombieImmuneComponent.cs
Content.Shared/Zombies/ZombifyOnDeathComponent.cs

index 18ad228363827fb3cb0cbc7a80a6195fd54be483..483b1810f227be7435352a218693840a2c4958b8 100644 (file)
@@ -5,7 +5,7 @@ namespace Content.Shared.Zombies;
 /// <summary>
 /// Entities with this component cannot be zombified.
 /// </summary>
-[RegisterComponent, NetworkedComponent]
+[RegisterComponent]
 public sealed partial class ZombieImmuneComponent : Component
 {
     //still no
index 138ea6e4098a0125d0d70eab5dfa16e0b9dd5c37..60029aca6fe98fda9972788a74d29a18f2300995 100644 (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