Skip to content

Commit

Permalink
Updated login server error message (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipkpjersi authored Dec 28, 2024
1 parent d2fe8b0 commit 45b85d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2006Scape Client/src/main/java/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -6220,7 +6220,7 @@ public void login(String s, String s1, boolean flag) {
return;
}
if (k == 11) {
loginMessage2 = "Login server rejected session.";
loginMessage1 = "Login server rejected session.";
loginMessage2 = "Please try again.";
return;
}
Expand Down

0 comments on commit 45b85d7

Please sign in to comment.