mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-17 15:57:13 +00:00
feat(hooks/useGameManager): partnership with LapboardMC (#137)
This commit is contained in:
parent
0d316a6518
commit
9cf05611a3
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue