bug fixes and a few options added to configuration file.
- Fixed the bug where "number-of-rights" value was reset when the player left the game. - Added "check-for-updates" option in the configuration file. You can set it to true or false.
Code (YAML):
check-for-updates: true
- Added "generate-new-code-always" option in the configuration file. If you set this option to "false", the authentication code is generated only 1 time.
Code (YAML):
generate-new-code-always: true
- Added "code-lenght" option in the configuration file. You can set authentication code's lenght in this option.