diff --git a/protocols/minecraft.js b/protocols/minecraft.js index dc46c8f..b21fefe 100644 --- a/protocols/minecraft.js +++ b/protocols/minecraft.js @@ -32,6 +32,10 @@ class Minecraft extends Core { state.raw.vanilla = vanillaState; state.raw.bedrock = bedrockState; + if (!vanillaState && !bedrockState) { + throw new Error('No protocols succeeded'); + } + if (vanillaState) { try { let name = '';