mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-13 18:55:34 +02:00
fixed mindserver to use correct port
This commit is contained in:
parent
afe43c000e
commit
7b5e9d7045
1 changed files with 2 additions and 2 deletions
2
main.js
2
main.js
|
@ -31,7 +31,7 @@ function getProfiles(args) {
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
if (settings.host_mindserver) {
|
if (settings.host_mindserver) {
|
||||||
const mindServer = createMindServer();
|
const mindServer = createMindServer(settings.mindserver_port);
|
||||||
}
|
}
|
||||||
mainProxy.connect();
|
mainProxy.connect();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue