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