Revert "Actions Rework" (#6888)
This commit is contained in:
@@ -101,9 +101,6 @@ namespace Content.Client.Entry
|
||||
prototypes.RegisterIgnore("salvageMap");
|
||||
prototypes.RegisterIgnore("gamePreset");
|
||||
prototypes.RegisterIgnore("gameRule");
|
||||
prototypes.RegisterIgnore("worldSpell");
|
||||
prototypes.RegisterIgnore("entitySpell");
|
||||
prototypes.RegisterIgnore("instantSpell");
|
||||
|
||||
ClientContentIoC.Register();
|
||||
|
||||
@@ -192,6 +189,7 @@ namespace Content.Client.Entry
|
||||
IoCManager.Resolve<IClientPreferencesManager>().Initialize();
|
||||
IoCManager.Resolve<IStationEventManager>().Initialize();
|
||||
IoCManager.Resolve<EuiManager>().Initialize();
|
||||
IoCManager.Resolve<ActionManager>().Initialize();
|
||||
IoCManager.Resolve<IVoteManager>().Initialize();
|
||||
IoCManager.Resolve<IGamePrototypeLoadManager>().Initialize();
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ namespace Content.Client.Entry
|
||||
"Temperature",
|
||||
"AtmosExposed",
|
||||
"Explosive",
|
||||
"Vocal",
|
||||
"OnUseTimerTrigger",
|
||||
"WarpPoint",
|
||||
"EmitSoundOnUse",
|
||||
|
||||
Reference in New Issue
Block a user