mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
go to /play, remember last version
This commit is contained in:
@@ -16,6 +16,6 @@ window.addEventListener('load', () => {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
window.eaglercraftXOpts.joinServer = urlParams.get('server') ?? undefined;
|
||||
|
||||
history.replaceState({}, '', '/');
|
||||
history.replaceState({}, '', '/play');
|
||||
main();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user