d0k3 / GodMode9

GodMode9 Explorer - A full access file browser for the Nintendo 3DS console :godmode:
GNU General Public License v3.0
2.15k stars 194 forks source link

missing end in clear friendlist script causes lazurus script to run #681

Closed MechanicalDragon0687 closed 3 years ago

MechanicalDragon0687 commented 3 years ago

https://github.com/d0k3/GodMode9/blob/c70a7db0f3a8cfe46aba6674d6a3dc2d414e7a0e/resources/gm9/scripts/GM9Megascript.gm9#L1676

Missing an end statement here, which will cause the script to continue running at line 1712, which is part of the lazurus prep script

d0k3 commented 3 years ago

Thanks, good catch! Want to do a pull request?

d0k3 commented 3 years ago

Fixed by yourself in #682, thanks!