v1.14.1 - Bugfix
Fixes a small number of very minor bugs having to do with errors being triggered in various ways. The only one worth noting here is:
- Duplicate database key error when adding the same friend twice. This was very rare but would cause you to be disconnected from the server. Now it will simply be ignored.
Deployment Notes
- Config values will be read from environment variables with the same name at low priority. Environment values will be overwritten by values specified in the yaml config file. NOTE: values from environment variables will always be strings and should be reserved for setting passwords only.
What's Changed
- Get default config values from environment by @Askaholic in #998
- Fix v1.14.0 prod errors by @Askaholic in #999
Full Changelog: v1.14.0...v1.14.1