mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
*Only* open valid Scripts.
This commit is contained in:
@@ -54,7 +54,6 @@ std::vector<std::string> parseObjects() {
|
||||
FILE* file = fopen(tinyDBFile, "rt");
|
||||
if(!file) {
|
||||
printf("File not found\n");
|
||||
fclose(file);
|
||||
return {{""}};
|
||||
}
|
||||
tinyDBJson = nlohmann::json::parse(file, nullptr, false);
|
||||
|
||||
Reference in New Issue
Block a user