mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for duplicate world info bug
This commit is contained in:
@@ -2206,7 +2206,6 @@ class KoboldWorldInfo(object):
|
||||
data["entries"] = {k: self.upgrade_entry(v) for k,v in data["entries"].items()}
|
||||
|
||||
if folder is None:
|
||||
self.world_info = {int(x): data['entries'][x] for x in data['entries']}
|
||||
self.world_info_folder = data['folders']
|
||||
|
||||
#Add the item
|
||||
|
Reference in New Issue
Block a user