From 8de60842b26b600d8269e04d427f80cfd8b388a0 Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Thu, 30 May 2024 10:42:35 +0330 Subject: [PATCH] Update eaglermobile-ef.js --- eaglermobile-ef.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaglermobile-ef.js b/eaglermobile-ef.js index dc553c4..08329b8 100644 --- a/eaglermobile-ef.js +++ b/eaglermobile-ef.js @@ -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