Skip to content

Commit 4a2d20a

Browse files
committed
Bug fix
1 parent fd36619 commit 4a2d20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/MinecraftManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class MinecraftManager extends CommunicationBridge {
2929
port: this.app.config.server.port,
3030
username: this.app.config.minecraft.username,
3131
password: this.app.config.minecraft.password,
32-
version: false,
32+
version: "1.8.9",
3333
auth: this.app.config.minecraft.accountType,
3434
});
3535

0 commit comments

Comments
 (0)