osi1880vr / prompt_quill

Apache License 2.0
195 stars 19 forks source link

Update globals.py to include "sail_running = False" #11

Closed snidelycapon closed 4 months ago

snidelycapon commented 4 months ago

I was encountering an error when running a new Sail where it wouldn't save my changes to the sailing configs to settings.dat and was "stuck" using the initially set values.

From what I could tell this variable was just straight missing from the file? Adding it in and defaulting it to False like this seems to have resolved the issue.