diff --git a/MCGalaxy/Player/Player.Login.cs b/MCGalaxy/Player/Player.Login.cs index 5037da749..d73c48f82 100644 --- a/MCGalaxy/Player/Player.Login.cs +++ b/MCGalaxy/Player/Player.Login.cs @@ -221,6 +221,7 @@ namespace MCGalaxy { DataTable data = Database.Backend.GetRows("Players", "*", "WHERE Name=@0", name); if (data.Rows.Count == 0) { PlayerData.Create(this); + Chat.MessageGlobal(ColoredName + " %Shas connected for the first time!", false); SendMessage("Welcome " + ColoredName + "%S! This is your first visit."); } else { PlayerData.Load(data, this);