Incredibly important
This commit is contained in:
parent
f072749c0a
commit
278041d688
|
@ -32,7 +32,8 @@ public class Database
|
|||
else
|
||||
{
|
||||
Console.WriteLine($"[{Name}] The file is getting created.");
|
||||
File.Create($"{Name}.json");
|
||||
var file = File.Create($"{Name}.json");
|
||||
file.Close();
|
||||
}
|
||||
}
|
||||
public void Save()
|
||||
|
|
Loading…
Reference in New Issue