Added basic system for logging in and adding users ingame.
This commit is contained in:
parent
c52e8cbf5d
commit
da055867c9
4 changed files with 146 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue