Remove spawn point component references (#15222)
This commit is contained in:
@@ -23,7 +23,6 @@ using Content.Shared.Administration;
|
||||
using Content.Shared.AME;
|
||||
using Content.Shared.Gravity;
|
||||
using Content.Shared.Localizations;
|
||||
using Content.Shared.Markers;
|
||||
using Robust.Client;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.Input;
|
||||
@@ -85,7 +84,6 @@ namespace Content.Client.Entry
|
||||
_componentFactory.IgnoreMissingComponents();
|
||||
|
||||
// Do not add to these, they are legacy.
|
||||
_componentFactory.RegisterClass<SharedSpawnPointComponent>();
|
||||
_componentFactory.RegisterClass<SharedGravityGeneratorComponent>();
|
||||
_componentFactory.RegisterClass<SharedAMEControllerComponent>();
|
||||
// Do not add to the above, they are legacy
|
||||
|
||||
Reference in New Issue
Block a user