mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix tests
Woops
This commit is contained in:
@@ -31,10 +31,6 @@ namespace Robust.UnitTesting.Shared.GameObjects.Systems
|
||||
{
|
||||
var sim = RobustServerSimulation
|
||||
.NewSimulation()
|
||||
.RegisterComponents(factory =>
|
||||
{
|
||||
factory.RegisterClass<ContainerManagerComponent>();
|
||||
})
|
||||
.RegisterPrototypes(f=>
|
||||
{
|
||||
f.LoadString(Prototypes);
|
||||
|
||||
Reference in New Issue
Block a user