is it safe if I rewrote the line for this from :
CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database.json");to
CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database");?
is it safe if I rewrote the line for this from :
CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database.json");to
CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database");?