This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent 85ebae37da
commit 7f3533b9fa

View file

@ -30,7 +30,7 @@ const emojis = [
'No', 'No',
'Yes' 'Yes'
] ]
const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.xuyezo.net/' const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.dervland.net/'
class Game extends GameBasic { class Game extends GameBasic {
constructor() { constructor() {