feat(hooks/useGameManager): partnership with LapboardMC (#137)

This commit is contained in:
/home/neo
2026-07-13 13:17:31 +03:00
committed by GitHub
parent 0d316a6518
commit 9cf05611a3

View File

@@ -101,6 +101,11 @@ const PARTNERSHIP_SERVERS = [
ip: "bluer-network.ddns.net",
port: 25565,
},
{
name: "LapboardMC",
ip: "104.168.125.227",
port: 4444,
}
];
interface GameManagerProps {
@@ -655,4 +660,4 @@ export function useGameManager({
updateCustomization,
saveCustomPath,
};
}
}