mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 00:10:45 +00:00
feat(hooks/useGameManager): partnership with LapboardMC (#137)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user