diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index d1a956187..c331a7e62 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -71,7 +71,7 @@ floodgate-key-file: key.pem # This saves a token that can be reused to authenticate the player later. This does not save emails or passwords, # but you should still be cautious when adding to this list and giving others access to this Geyser instance's files. # Removing a name from this list will delete its cached login information on the next Geyser startup. -# The file for this is in the same folder as this config, named "saved-refresh-tokens.json". +# The file that tokens will be saved in is in the same folder as this config, named "saved-refresh-tokens.json". saved-user-logins: - ThisExampleUsernameShouldBeLongEnoughToNeverBeAnXboxUsername - ThisOtherExampleUsernameShouldAlsoBeLongEnough