Session polishing.

This commit is contained in:
samo_lego 2020-04-14 19:45:54 +02:00
parent 26fbe4fcd7
commit d2ec59f269
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class AuthConfig {
public int maxPasswordChars = -1;
// How long to keep session (auto-logging in the player), in seconds
// Set to -1 to disable
public int sessionTimeoutTime = 300;
public int sessionTimeoutTime = 60;
}
public static class LangConfig {
public String enterPassword = "§6You need to enter your password!";