work on adminpanel & submodule update

This commit is contained in:
Paul
2022-01-04 21:12:34 +01:00
parent 4fdedc880d
commit 11510927d6
5 changed files with 40 additions and 19 deletions

View File

@@ -23,13 +23,13 @@ namespace Content.Client.Commands
}
if (args.Length == 0)
{
EntitySystem.Get<BwoinkSystem>().EnsurePanelForLocalPlayer();
EntitySystem.Get<BwoinkSystem>().Open();
}
else
{
if (Guid.TryParse(args[0], out var guid))
{
EntitySystem.Get<BwoinkSystem>().EnsurePanel(new NetUserId(guid));
EntitySystem.Get<BwoinkSystem>().Open(new NetUserId(guid));
}
else
{