Compare commits

...
Author SHA1 Message Date
tdgao 725798946e fix port in server address 2026-03-03 15:12:22 -08:00
+2 -2
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 (