Add GM Actions to ticket interface
This commit is contained in:
@ -35,7 +35,7 @@ namespace NightmareCoreWeb2.Pages
|
|||||||
{
|
{
|
||||||
|
|
||||||
Account a = new Account(name);
|
Account a = new Account(name);
|
||||||
AuthToken = "OK";
|
//AuthToken = "OK";
|
||||||
UserAccount = a;
|
UserAccount = a;
|
||||||
OnlineCharacters = a.Characters;
|
OnlineCharacters = a.Characters;
|
||||||
foreach (var access in a.Access)
|
foreach (var access in a.Access)
|
||||||
|
|||||||
Reference in New Issue
Block a user