Fix regression with USE_REDIS (refactor_main)
parent
d6cc0d8223
commit
21464639b3
|
@ -1514,7 +1514,7 @@ static bool migrate_database(const GameParams &game_params, const Settings &cmd_
|
||||||
#if USE_REDIS
|
#if USE_REDIS
|
||||||
else if (migrate_to == "redis")
|
else if (migrate_to == "redis")
|
||||||
new_db = new Database_Redis(&(ServerMap&)server->getMap(),
|
new_db = new Database_Redis(&(ServerMap&)server->getMap(),
|
||||||
game_params.requested_world_path);
|
game_params.world_path);
|
||||||
#endif
|
#endif
|
||||||
else {
|
else {
|
||||||
errorstream << "Migration to " << migrate_to << " is not supported"
|
errorstream << "Migration to " << migrate_to << " is not supported"
|
||||||
|
|
Loading…
Reference in New Issue