Skip to content

Commit

Permalink
feat: Fix some invalid json
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed May 26, 2024
1 parent 52a8019 commit 2ae1f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/payloads/limit-breaking.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@
"offset": [
"0x08C322",
"0x08C35C",
"0x08C4C4",
"0x08C4C4"
],
"author": "Gold_Sear",
"description": "Make formation leader independent of escorts (this will make formation leaders able to flee).",
Expand Down Expand Up @@ -8086,7 +8086,7 @@
"68 C4 57 42 00 8B"
],
"replacement": [
"EB 0F"
"EB 0F",
"89 CE 31 C0 EB 03"
],
"offset": [
Expand Down Expand Up @@ -8184,7 +8184,7 @@
"0x142690"
],
"author": "adoxa",
"description": "Use '..\Saves' and '..\FreelancerShots' (relative to EXE) instead of your 'Documents\MyGames\Freelancer' and 'Pictures' folders.",
"description": "Use '..\\Saves' and '..\\FreelancerShots' (relative to EXE) instead of your 'Documents\\MyGames\\Freelancer' and 'Pictures' folders.",
"dateAdded": 1447642320,
"categories": [
"Debugging"
Expand Down

0 comments on commit 2ae1f29

Please sign in to comment.