diff --git a/electron/main.ts b/electron/main.ts index 8fd41b9..7e5c993 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -105,7 +105,7 @@ const loadDecentralandWeb = async (win: BrowserWindow) => { showLoading(win); const port = await getFreePort() - const stage = config.developerMode ? 'zone' : 'org' + const stage = 'zone' //config.developerMode ? 'zone' : 'org' // Temporal until we figure out how to use ws=ws://localhost:5000/dcl with .org and the new security measures let url = `http://play.decentraland.${stage}/?` if (config.customUrl) {