Update landing.js

This commit is contained in:
Michael Anderson 2021-03-28 16:29:28 -06:00 committed by GitHub
parent 5a31f78e5d
commit 9e16c2a790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(){
})
})
})
}
}