Skip to content

Commit

Permalink
feat: clarify joining the server after installing BM (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
confuser authored Apr 21, 2024
1 parent 76d1e90 commit 72684cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class SetupCommand extends Command {
const player = await playerExists(conn, table, parsedId)

if (!player) {
this.log(`Could not find Player ${id}`)
this.log(`Could not find Player ${id}, ensure the player has joined the Minecraft server after installing BanManager`)
return askPlayer(question, conn, table)
}

Expand Down

0 comments on commit 72684cf

Please sign in to comment.