Apparently this file didnt want to be commited last time.

This commit is contained in:
Zack Piispanen 2013-09-22 16:27:23 -04:00
parent 77a2d66b8e
commit a3c1b8cc49

View file

@ -813,10 +813,12 @@ namespace TShockAPI
public class TSServerPlayer : TSPlayer
{
public static string AccountName = "ServerConsole";
public TSServerPlayer()
: base("Server")
{
Group = new SuperAdminGroup();
UserAccountName = AccountName;
}
public override void SendErrorMessage(string msg)