mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-26 15:29:26 -09:00
Update injector.js
This commit is contained in:
parent
37d5a4192d
commit
013a30c473
@ -143,6 +143,11 @@ var main;(function(){`
|
|||||||
"0.01745"
|
"0.01745"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
patchedFile = patchedFile.replaceAll(
|
||||||
|
"180.0 / 3.1415927410125732",
|
||||||
|
"57.2958"
|
||||||
|
);
|
||||||
|
|
||||||
patchedFile = patchedFile.replaceAll(
|
patchedFile = patchedFile.replaceAll(
|
||||||
"3.1415927410125732",
|
"3.1415927410125732",
|
||||||
"3.14159"
|
"3.14159"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user