From a3c1b8cc491a8375092823fde0b45ae127634afc Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Sun, 22 Sep 2013 16:27:23 -0400 Subject: [PATCH] Apparently this file didnt want to be commited last time. --- TShockAPI/TSPlayer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 3dcfb24f..0e1449d4 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -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)