Skip to content

Commit

Permalink
Change tip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 29, 2025
1 parent a306f4b commit c1f5f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected void postMixinMain(String[] args) {
var soulFire =
new SoulFireServer(host, port, pluginManager, START_TIME, getBaseDirectory());

log.info("Tip: To generate a new access token, use the command: 'generate-token'");
log.info("Tip: The default user is called 'root', you can log into it using the client");

var commandManager = soulFire.injector().getSingleton(ServerCommandManager.class);
var commandSource = new ServerConsoleCommandSource(soulFire.authSystem());
Expand Down

0 comments on commit c1f5f42

Please sign in to comment.