Added basic system for logging in and adding users ingame.

This commit is contained in:
Lucas Nicodemus 2011-06-30 19:41:37 -06:00
parent c52e8cbf5d
commit da055867c9
4 changed files with 146 additions and 2 deletions

View file

@ -107,7 +107,7 @@ namespace TShockAPI
private static void NotifyAdministrator(TSPlayer player, string[] changes)
{
player.SendMessage("The server is out of date. To update, type /updatenow.");
player.SendMessage("The server is out of date.", Color.Red);
for (int j = 4; j < changes.Length; j++)
{
player.SendMessage(changes[j], Color.Red);