mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01: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
4
main.js
4
main.js
|
@ -31,7 +31,7 @@ function getProfiles(args) {
|
|||
|
||||
async function main() {
|
||||
if (settings.host_mindserver) {
|
||||
const mindServer = createMindServer();
|
||||
const mindServer = createMindServer(settings.mindserver_port);
|
||||
}
|
||||
mainProxy.connect();
|
||||
|
||||
|
@ -55,4 +55,4 @@ try {
|
|||
} catch (error) {
|
||||
console.error('An error occurred:', error);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue