mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 01:18:07 +00:00
Remove complex migration
Only shooting gallery had a value put in the wrong column. All others were either already correct or unimplemented.
This commit is contained in:
@@ -202,9 +202,6 @@ int main(int argc, char** argv) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
// This migration relies on cdclient data so run it last
|
||||
MigrationRunner::MigrateLeaderboard();
|
||||
|
||||
//If the first command line argument is -a or --account then make the user
|
||||
//input a username and password, with the password being hidden.
|
||||
if (argc > 1 &&
|
||||
|
Reference in New Issue
Block a user