Sketchyyyyy
This commit is contained in:
Quanteey 2025-08-07 17:22:09 +02:00
parent f16a4d910b
commit d7182c5e6a
1 changed files with 7 additions and 3 deletions

View File

@ -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 { }