Renamed TShockAPI.DB 'User' to 'UserAccount'
This commit is contained in:
parent
27ac4c6318
commit
6589531868
12 changed files with 335 additions and 328 deletions
|
|
@ -36,7 +36,7 @@ namespace TShockAPI
|
|||
: base("Server")
|
||||
{
|
||||
Group = new SuperAdminGroup();
|
||||
User = new User { Name = AccountName };
|
||||
Account = new UserAccount { Name = AccountName };
|
||||
}
|
||||
|
||||
public override void SendErrorMessage(string msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue