mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-26 06:43:25 -04:00
Core: Make "Login Failed" message more clear.
This commit is contained in:
parent
bc50b7d5f5
commit
36dd41619b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user