This commit is contained in:
Asspixel 2022-10-07 23:00:32 -04:00 committed by GitHub
parent c47a7bcfbf
commit 4f57d1cdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ const bufferReplace = require('buffer-replace');
const crypto = require('crypto'); const crypto = require('crypto');
const Jimp = require('jimp'); const Jimp = require('jimp');
const listenPort = 25565; const listenPort = 80;
const mcHost = "localhost"; const mcHost = "localhost";
const mcPort = 25569; const mcPort = 25569;
const serverName = "ayunMultiPort Server"; const serverName = "ayunMultiPort Server";