1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 14:12:21 +00:00

Deprecate userAuths in favor of a saved token system

This commit is contained in:
Camotoy
2022-03-03 18:52:26 -05:00
parent 37c854b5ac
commit c977e36368
15 changed files with 251 additions and 33 deletions

View File

@@ -275,6 +275,12 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
return Paths.get(System.getProperty("user.dir"));
}
@Override
public Path getSavedUserLoginsFolder() {
// Return the location of the config
return new File(configFilename).getAbsoluteFile().getParentFile().toPath();
}
@Override
public BootstrapDumpInfo getDumpInfo() {
return new GeyserStandaloneDumpInfo(this);