Apparently this file didnt want to be commited last time.
This commit is contained in:
parent
77a2d66b8e
commit
a3c1b8cc49
1 changed files with 2 additions and 0 deletions
|
|
@ -813,10 +813,12 @@ namespace TShockAPI
|
||||||
|
|
||||||
public class TSServerPlayer : TSPlayer
|
public class TSServerPlayer : TSPlayer
|
||||||
{
|
{
|
||||||
|
public static string AccountName = "ServerConsole";
|
||||||
public TSServerPlayer()
|
public TSServerPlayer()
|
||||||
: base("Server")
|
: base("Server")
|
||||||
{
|
{
|
||||||
Group = new SuperAdminGroup();
|
Group = new SuperAdminGroup();
|
||||||
|
UserAccountName = AccountName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void SendErrorMessage(string msg)
|
public override void SendErrorMessage(string msg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue