From 891b1bcad02daa2d0d44305b4bc96918ce413662 Mon Sep 17 00:00:00 2001 From: Murturtle <97775022+Murturtle@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:45:52 -0700 Subject: [PATCH] Update injector.js --- injector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/injector.js b/injector.js index ab8cae7..8e1bf63 100644 --- a/injector.js +++ b/injector.js @@ -138,12 +138,12 @@ var main;(function(){` if(globalThis.optimizePi){ patchedFile = patchedFile.replaceAll( - /3\.1415927410125732 \/ 180/i, + "3.1415927410125732 / 180", "0.01745" ); patchedFile = patchedFile.replaceAll( - /3\.1415927410125732/i, + "3.1415927410125732", "3.14159" ); }