From d7182c5e6afd2a25d9c39d85ca1409f9184f0e24 Mon Sep 17 00:00:00 2001 From: Quanteey <61941975+Quanteey@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:22:09 +0200 Subject: [PATCH] Fix for e85eacb1d4bcda908def5aebffa2f0843d6d7319 Sketchyyyyy --- .../_Shitmed/Body/Components/StomachComponent.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Content.Client/_Shitmed/Body/Components/StomachComponent.cs b/Content.Client/_Shitmed/Body/Components/StomachComponent.cs index 063a02cecb..57ec1436b6 100644 --- a/Content.Client/_Shitmed/Body/Components/StomachComponent.cs +++ b/Content.Client/_Shitmed/Body/Components/StomachComponent.cs @@ -1,3 +1,7 @@ -namespace Content.Client._Shitmed.Body.Components; -[RegisterComponent] -public sealed partial class StomachComponent : Component { } +// DeltaV - When "Fix eating and drinking verbs showing up after a short delay and making your verb UI bounce (#38164)" +// was merged from upstream, it moved StomachComponent into shared, causing a duplicate component registered +// crash on client startup. I have no idea if me commenting this out is problematic, but i don't think so? + +//namespace Content.Client._Shitmed.Body.Components; +//[RegisterComponent] +//public sealed partial class StomachComponent : Component { }