Update injector.js

This commit is contained in:
Murturtle 2024-09-29 03:59:51 -07:00 committed by GitHub
parent 37d5a4192d
commit 013a30c473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"