mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
Update injector.js
This commit is contained in:
parent
1dc4669521
commit
891b1bcad0
@ -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"
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user