diff --git a/MCGalaxy/CorePlugin/ConnectingHandler.cs b/MCGalaxy/CorePlugin/ConnectingHandler.cs index d2de72bde..5d2abb930 100644 --- a/MCGalaxy/CorePlugin/ConnectingHandler.cs +++ b/MCGalaxy/CorePlugin/ConnectingHandler.cs @@ -83,7 +83,7 @@ namespace MCGalaxy { string hashHex = BitConverter.ToString(hash); if (!mppass.CaselessEq(hashHex.Replace("-", ""))) { if (!Player.IPInPrivateRange(p.ip)) { - p.Leave(null, "Login failed! Try signing in again.", true); return false; + p.Leave(null, "Login failed! Close the game and sign in again.", true); return false; } } else { p.verifiedName = true;