fix stuff

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent dbab510358
commit 7d83d31746
3 changed files with 6 additions and 2 deletions

View file

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