fix port in server address (#5466)

This commit is contained in:
Truman Gao
2026-03-03 15:20:52 -08:00
committed by GitHub
parent 155f4091a6
commit 835f80ee50

View File

@@ -333,8 +333,8 @@ export const installServerProject = async (serverProjectId) => {
export const getServerAddress = (javaServer) => {
if (!javaServer) return null
const { address, port } = javaServer
return port !== 25565 ? `${address}:${port}` : address
const { address } = javaServer
return address
}
const syncServerProjectAsWorld = async (