mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-11-12 16:19:58 -08:00
fix: GAME_LAUNCH_REGEX for Fabric
This commit is contained in:
parent
bc2dc371d0
commit
3185146d60
@ -442,7 +442,7 @@ let hasRPC = false
|
||||
// Joined server regex
|
||||
// Change this if your server uses something different.
|
||||
const GAME_JOINED_REGEX = /\[.+\]: Sound engine started/
|
||||
const GAME_LAUNCH_REGEX = /^\[.+\]: (?:MinecraftForge .+ Initialized|ModLauncher .+ starting: .+)$/
|
||||
const GAME_LAUNCH_REGEX = /^\[.+\]: (?:MinecraftForge .+ Initialized|ModLauncher .+ starting: .+|Loading Minecraft .+ with Fabric Loader .+)$/
|
||||
const MIN_LINGER = 5000
|
||||
|
||||
async function dlAsync(login = true) {
|
||||
|
Loading…
Reference in New Issue
Block a user