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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
};
}
}