-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds admin commands to handle damaged island db #546
Conversation
Trash, purge, etc. DO NOT MERGE YET #505
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good! Give me 5 minutes and I'll merge it.
EDIT: do not worry, that's just a joke ;)
This enables manual removal of old game mode island files from the database by admins if required.
Still working on it but getting there. |
Okay done. I should still do test classes for these too. The Game Modes will need corresponding admin commands added to them. and the other ones too. |
@Poslovitch the tests may not pass because the Vault repo is down. I compiled at home and switched off my WiFi connection to get it done. Anyway, please have a look at the code and merge if you approved. I don't think there's any risk because these are mainly commands. The only other thing I did which I'm really keen to get into 1.3.0 is that I preface the name of island UUID's with the game mode, which will be useful for admins if they want to delete files or records from databases manually. |
Trash, purge, etc.
DO NOT MERGE YET
#505