mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix /save [map] [restore] showing wrong restore name
This commit is contained in:
parent
f9417c8198
commit
0bdfd347ac
@ -254,7 +254,7 @@ namespace MCGalaxy {
|
||||
Logger.Log(LogType.Warning, "FAILED TO INCREMENTAL BACKUP :" + name);
|
||||
return null;
|
||||
}
|
||||
return next.ToString();
|
||||
return backup;
|
||||
}
|
||||
Logger.Log(LogType.SystemActivity, "Level unchanged, skipping backup");
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user