mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-04 03:46:19 -04:00
Fix attempting to delete a backup from a museum breaking in os
This commit is contained in:
parent
f04de5c092
commit
f677e6c5c7
@ -115,7 +115,7 @@ namespace MCGalaxy.Commands.World {
|
|||||||
p.Message("See &T/{0} restore &7to display backups.", commandShortcut);
|
p.Message("See &T/{0} restore &7to display backups.", commandShortcut);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
CmdDeleteLvl.UseBackup(p, p.level.name +" "+ args[1], true);
|
CmdDeleteLvl.UseBackup(p, p.level.MapName +" "+ args[1], true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user