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