mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
spoof url
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<script type = text/javascript>
|
||||
window.addEventListener("load", function() {
|
||||
window.assetsURI = createAssetURI("assets");
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
gameContainer: 'game_frame',
|
||||
assetsLocation: '/game/web/main/a1.2.6/resources.mc',
|
||||
};
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
gameContainer: 'game_frame',
|
||||
assetsLocation: '/game/web/main/b1.7.3/resources.mc',
|
||||
};
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
window.classicConfig = ['game_frame', '/game/web/main/classic/resources.mc'];
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
window.classicConfig = ['game_frame', '/game/web/main/indev/resources.mc'];
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
window.minecraftOpts = ['game_frame', '/game/web/main/infdev/resources.epk'];
|
||||
history.replaceState({}, '', '/');
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user