Merge pull request #19 from Murturtle/patch-1

Update injector.js
This commit is contained in:
ZXMushroom63 2024-09-30 15:17:46 +08:00 committed by GitHub
commit e9eba32417
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"