From b6d4f80a824c24782bea00702c19b5ccaca7b214 Mon Sep 17 00:00:00 2001 From: keslik Date: Sat, 23 Nov 2024 18:46:22 +0300 Subject: [PATCH] Big Zi bucket helmet fix --- Content.Server/Strip/StrippableSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Strip/StrippableSystem.cs b/Content.Server/Strip/StrippableSystem.cs index 1c95a69389..50d3adbdc3 100644 --- a/Content.Server/Strip/StrippableSystem.cs +++ b/Content.Server/Strip/StrippableSystem.cs @@ -22,7 +22,7 @@ using Content.Shared._White.MagGloves; using Robust.Server.GameObjects; using Robust.Shared.Player; using Robust.Shared.Utility; -using Content.Shared._White.BucketHelmet; +using Content.Shared._White._Engi.BucketHelmet; namespace Content.Server.Strip {