Release 2022.2.2
In my haste to fix something with the import/export in 2022.2.1 I made a mistake which causes the server to no longer startup if a certain python dependency is not installed.
This release fixes that problem, as well as a problem with auras and initiative that came up during a play-session earlier in the week.
A technical change is that the database is now loaded in sqlite WAL mode with synchronous set to 0. This should make import functionality safe(r) to do in servers where multiple users could be doing things while someone imports. This should have no noticeable impact otherwise, but if you do notice issues, let me know asap!
Changed
- [tech] Use WAL mode for database
Fixed
- Auras giving light when light source is turned off
- Ghost initiative entries showing up as ? that cannot be removed
- Database lock errors while importing during load
- [server] Server not being able to start due to ModuleNotFoundError