File tree Expand file tree Collapse file tree
src/chat/interface/mediaengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -927,6 +927,9 @@ async function doMediaSelect() {
927927 var loadingMediaDiv = doLoadingMediaScreen ( ) ;
928928
929929 try {
930+ var response = await fetch (
931+ "https://randomrants-minigame-cloud.onrender.com/"
932+ ) ;
930933 loadingMediaDiv . remove ( ) ;
931934 var username = "player" ;
932935 if ( accountHelper . getCurrentValidationState ( ) ) {
@@ -986,6 +989,9 @@ async function doMediaSelect() {
986989 var loadingMediaDiv = doLoadingMediaScreen ( ) ;
987990
988991 try {
992+ var response = await fetch (
993+ "https://randomrants-minigame-cloud.onrender.com/"
994+ ) ;
989995 loadingMediaDiv . remove ( ) ;
990996 var username = "player" ;
991997 if ( accountHelper . getCurrentValidationState ( ) ) {
@@ -1044,6 +1050,9 @@ async function doMediaSelect() {
10441050 var loadingMediaDiv = doLoadingMediaScreen ( ) ;
10451051
10461052 try {
1053+ var response = await fetch (
1054+ "https://randomrants-minigame-cloud.onrender.com/"
1055+ ) ;
10471056 loadingMediaDiv . remove ( ) ;
10481057 var username = "player" ;
10491058 if ( accountHelper . getCurrentValidationState ( ) ) {
Original file line number Diff line number Diff line change 1- {"timestamp" :" 1761761685473 " }
1+ {"timestamp" :" 1761843156833 " }
You can’t perform that action at this time.
0 commit comments