Disposal aftermerg fix (#27488)

* wtf

* fix

* delta fixes

* Update ThrowInsertContainerSystem.cs
This commit is contained in:
Ed
2024-04-29 16:26:28 +03:00
committed by GitHub
parent 5dda487db4
commit 098111948e
2 changed files with 5 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ namespace Content.Server.Containers;
public sealed partial class ThrowInsertContainerComponent : Component
{
[DataField(required: true)]
public string? ContainerId;
public string ContainerId = string.Empty;
/// <summary>
/// Throw chance of hitting into the container