work on adminpanel & submodule update
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user