mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Added a clearer "invalid token" error message
This commit is contained in:
parent
a52fb6b3cd
commit
f50f2b8c6f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class PlayerManager {
|
|||
Player player = getPlayer(name);
|
||||
|
||||
if(!verifyAuthToken(name, authToken)) {
|
||||
connection.kick("The session token is either invalid or has expired.");
|
||||
connection.kick("The session token is either invalid or has expired. Please try relogging.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue