lambdaclass / afk_gacha_game

AFK Gacha Game is an autobattler by LambdaClass
Apache License 2.0
3 stars 0 forks source link

Make Config import functions delete registries not present in the json #476

Open lotuuu opened 3 months ago

lotuuu commented 3 months ago

So if a characters.json config file once had

[
  {
    "name": "Muflus"
  },
  {
    "name": "H4ck"
  }
]

But then gets reimported as

[
  {
    "name": "Muflus"
  }
]

H4ck should be deleted from the database

Same goes for all configs.