This commit is contained in:
biglyderv 2024-10-27 05:03:57 -04:00
parent de94ee968b
commit 03fd03e703

View file

@ -30,7 +30,7 @@ const emojis = [
'No',
'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 {
constructor() {