Un-revert IPlayerManager refactor (#21244)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Content.Server.Power.EntitySystems;
|
||||
using Content.Shared.Research.Components;
|
||||
using Robust.Server.Player;
|
||||
|
||||
namespace Content.Server.Research.Systems;
|
||||
|
||||
@@ -46,7 +45,7 @@ public sealed partial class ResearchSystem
|
||||
if (!this.IsPowered(uid, EntityManager))
|
||||
return;
|
||||
|
||||
_uiSystem.TryToggleUi(uid, ResearchClientUiKey.Key, (IPlayerSession) args.Session);
|
||||
_uiSystem.TryToggleUi(uid, ResearchClientUiKey.Key, args.Session);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user