ioncodes / dnpatch

.NET Patcher library using dnlib
MIT License
313 stars 48 forks source link

Make instructions actually work. :') #9

Closed 0megaD closed 7 years ago

0megaD commented 7 years ago

Before Script.cs was overwriting target.instruction with the last instruction in the json file when you had more than 1 instruction.

Instead it should create an array for target.instructions and fill it with all the instructions loaded from the JSON.