Fix 1 for 1.5.2 eaglermobile injection

This commit is contained in:
PrestonT500 2024-09-20 13:45:20 -07:00
parent c5bc962aca
commit 7e4b19522f
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if(typeof q === 'string' && q.startsWith("?")) {
main(); main();
});} });}
</script> </script>
<script src="../js/eaglermobile.js"></script> <script src="eaglermobile.js"></script>
</head> </head>
<body style="margin:0px;width:100vw;height:100vh;" id="game_frame"> <body style="margin:0px;width:100vw;height:100vh;" id="game_frame">
</body> </body>