mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 01:57:07 +02:00
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
11 lines
373 B
C#
11 lines
373 B
C#
using Robust.Shared.Containers;
|
|
|
|
namespace Robust.Server.Containers
|
|
{
|
|
public sealed class ContainerSystem : SharedContainerSystem
|
|
{
|
|
// Seems like shared EntitySystems aren't registered, so this is here to register it on the server.
|
|
// Registering the SharedContainerSystem causes conflicts on client where two entity systems are registered.
|
|
}
|
|
}
|