Popup ECS Refactor (#4692)
This commit is contained in:
committed by
GitHub
parent
2051970cc1
commit
0767bd3777
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using Content.Client.Markers;
|
||||
using Content.Client.Notifications.Managers;
|
||||
using Content.Client.Popups;
|
||||
using Content.Shared.SubFloor;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Shared.Console;
|
||||
@@ -73,8 +73,7 @@ namespace Content.Client.Commands
|
||||
{
|
||||
var message = args[0];
|
||||
|
||||
var notifyManager = IoCManager.Resolve<IClientNotifyManager>();
|
||||
notifyManager.PopupMessage(message);
|
||||
EntitySystem.Get<PopupSystem>().PopupCursor(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user