We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd36619 commit 4a2d20aCopy full SHA for 4a2d20a
src/minecraft/MinecraftManager.js
@@ -29,7 +29,7 @@ class MinecraftManager extends CommunicationBridge {
29
port: this.app.config.server.port,
30
username: this.app.config.minecraft.username,
31
password: this.app.config.minecraft.password,
32
- version: false,
+ version: "1.8.9",
33
auth: this.app.config.minecraft.accountType,
34
});
35
0 commit comments