norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

Disable lua on error #66

Closed norberttak closed 1 year ago

norberttak commented 1 year ago

If an error happens in the LUA subsystem we need to disable it to be safe. In that way, we prevent flooding error messages and unexpected crashes due to the LUA interpreter A plugin reload will initialize the LUA subsystem again.