ioncodes / dnpatch

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

fixed array cast error #52

Closed amazingalek closed 4 years ago

amazingalek commented 4 years ago

Got a cast error when casting from list to array. Fixed by using .ToArray instead.