Remove funky IoC resolve (#16848)
This commit is contained in:
parent
ae751ba285
commit
76b42ff868
1 changed files with 1 additions and 2 deletions
|
|
@ -703,8 +703,7 @@ namespace Content.Client.Preferences.UI
|
|||
if (_previewDummy != null)
|
||||
_entMan.DeleteEntity(_previewDummy.Value);
|
||||
|
||||
var playTime = IoCManager.Resolve<JobRequirementsManager>();
|
||||
playTime.Updated -= UpdateRoleRequirements;
|
||||
_requirements.Updated -= UpdateRoleRequirements;
|
||||
_preferencesManager.OnServerDataLoaded -= LoadServerData;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue