From 72684cfdc64d5e74dfdb49d1db88bdb018b84273 Mon Sep 17 00:00:00 2001 From: James Mortemore Date: Sun, 21 Apr 2024 10:37:00 +0200 Subject: [PATCH] feat: clarify joining the server after installing BM (#1420) --- cli/commands/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/setup.js b/cli/commands/setup.js index 5a06d356e..dede7d2f2 100644 --- a/cli/commands/setup.js +++ b/cli/commands/setup.js @@ -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) }