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