mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
fix last commit
This commit is contained in:
parent
7ecab96b60
commit
dbc63fb398
@ -159,7 +159,7 @@ namespace MCGalaxy.DB {
|
||||
|
||||
public static void ResizeBackingFile(BlockDB db) {
|
||||
Server.s.Log("Resizing BlockDB for " + db.MapName, true);
|
||||
string filePath = FilePath(db.FilePath);
|
||||
string filePath = FilePath(db.MapName);
|
||||
string tempPath = TempPath(db.MapName);
|
||||
|
||||
using (Stream src = File.OpenRead(filePath), dst = File.Create(tempPath)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user