Fix attempting to delete a backup from a museum breaking in os

This commit is contained in:
Goodlyay 2025-02-28 21:42:15 -08:00
parent f04de5c092
commit f677e6c5c7

View File

@ -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;
} }