Improved ships lib with ships db caching
This commit is contained in:
parent
68c457964a
commit
7008c91c6f
10 changed files with 170 additions and 32 deletions
|
@ -21,6 +21,6 @@ export async function register(symbol, faction) {
|
|||
}
|
||||
dbConfig.registerAgent(json.data);
|
||||
exploration.init();
|
||||
// TODO ship
|
||||
dbShips.setShip(json.data.ship);
|
||||
// TODO contract
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue