end partnership with Relic Network. They switched to Java

This commit is contained in:
neoapps-dev 2026-06-19 21:04:25 +03:00
parent 1b4d6f590b
commit aaeb2bea47

View file

@ -72,12 +72,7 @@ const PARTNERSHIP_SERVERS = [
name: "Kowhaifans Clubhouse",
ip: "lce.kowhaifan.net",
port: 25565,
},
{
name: "Relic Network",
ip: "lce.relicnetwork.xyz",
port: 25565,
},
}
];
interface GameManagerProps {
@ -578,4 +573,4 @@ export function useGameManager({
customizations,
updateCustomization,
};
}
}