fix compatibility with nexus dash (#1011)

* add some more utility to the masterserver -a command
fix compatability with nexus dash

* cleanup code some more
user logger where it makes sense
only take in password if it is needed
log a better error if account cannot be created

* update message

* return before success statement if catching error
This commit is contained in:
Aaron Kimbrell
2023-03-05 13:11:32 -06:00
committed by GitHub
parent e524b86e12
commit 9d65d871d0
2 changed files with 64 additions and 25 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE accounts MODIFY play_key_id INT DEFAULT NULL;