]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix stunbaton component namespace (#34790)
authorJessey van Hoeijen <114107545+LMSNoise@users.noreply.github.com>
Fri, 31 Jan 2025 14:43:07 +0000 (15:43 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 14:43:07 +0000 (15:43 +0100)
* Fixed incorrect namespace

* .Components was weird so I removed it

Content.Server/Stunnable/Systems/StunbatonSystem.cs
Content.Shared/Stunnable/StunbatonComponent.cs

index 97dd2c7e7359bbbf4f4a8d04b661a65af49c65dd..1e2494203abf035ec1fb3645d76ad89ed325f5a7 100644 (file)
@@ -1,7 +1,6 @@
 using Content.Server.Power.Components;
 using Content.Server.Power.EntitySystems;
 using Content.Server.Power.Events;
-using Content.Server.Stunnable.Components;
 using Content.Shared.Chemistry.EntitySystems;
 using Content.Shared.Damage.Events;
 using Content.Shared.Examine;
index 1df009f780b45f3ccc6860f777b3b08c2c4557aa..b133679cd36dba29193c7c732006eea2a98314f7 100644 (file)
@@ -2,7 +2,7 @@ using Content.Shared.Stunnable;
 using Robust.Shared.Audio;
 using Robust.Shared.GameStates;
 
-namespace Content.Server.Stunnable.Components;
+namespace Content.Shared.Stunnable;
 
 [RegisterComponent, NetworkedComponent]
 [AutoGenerateComponentState]