Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Update eaglermobile-ef.js
Browse files Browse the repository at this point in the history
  • Loading branch information
radmanplays authored May 30, 2024
1 parent 36380f5 commit 8de6084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eaglermobile-ef.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function isMobile() {
return false;
}
}
if(!isMobile()){alert("WARNING: This script doesn't play well with non-mobile browsers. Proceed at your own risk!")};
if(!isMobile()){alert("WARNING: This mod doesn't play well with non-mobile browsers. Proceed at your own risk!")};
// Hides inventory button
window.inInventory = false;
// Used for changing touchmove events to mousemove events
Expand Down

0 comments on commit 8de6084

Please sign in to comment.