Fix disposal container names (#10646)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Disposal.Components
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedDisposalUnitComponent : Component
|
||||
{
|
||||
public const string ContainerId = "disposal-unit";
|
||||
public const string ContainerId = "DisposalUnit";
|
||||
|
||||
// TODO: Could maybe turn the contact off instead far more cheaply as farseer (though not box2d) had support for it?
|
||||
// Need to suss it out.
|
||||
|
||||
Reference in New Issue
Block a user