Update landing.js
This commit is contained in:
parent
5a31f78e5d
commit
9e16c2a790
@ -681,9 +681,9 @@ function dlAsync(login = true){
|
||||
const gameStateChange = function(data){
|
||||
data = data.trim()
|
||||
if(SERVER_JOINED_REGEX.test(data)){
|
||||
DiscordWrapper.updateDetails('Exploring the Realm!')
|
||||
DiscordWrapper.updateDetails('Exploring Middle-earth!')
|
||||
} else if(GAME_JOINED_REGEX.test(data)){
|
||||
DiscordWrapper.updateDetails('Sailing to Westeros!')
|
||||
DiscordWrapper.updateDetails('Sailing to Middle-earth!')
|
||||
}
|
||||
}
|
||||
|
||||
@ -1143,4 +1143,4 @@ function loadNews(){
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user