diff --git a/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java b/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java index cf0f7932..0a3722ac 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/PluginSettings.java @@ -25,7 +25,6 @@ public class PluginSettings implements SettingsClass { @Comment({ "After how many minutes should a session expire?", - "0 for unlimited time (Very dangerous, use it at your own risk!)", "Remember that sessions will end only after the timeout, and", "if the player's IP has changed but the timeout hasn't expired,", "the player will be kicked from the server due to invalid session" diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7c6d0cae..8d4a0f0f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -54,7 +54,6 @@ settings: # hasn't expired, he will not need to authenticate. enabled: false # After how many minutes a session should expire? - # 0 for unlimited time (Very dangerous, use it at your own risk!) # Consider that session will end only after the timeout time, and # if the player's ip has changed but the timeout hasn't expired, # player will be kicked out of sever due to invalidSession!