9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

Merge pull request #966 from CocoTheOwner/update-world-nice

nicer command :)
This commit is contained in:
Brian Fopiano
2023-03-03 14:37:31 -08:00
committed by GitHub

View File

@@ -325,7 +325,7 @@ public class CommandIris implements DecreeExecutor {
C.YELLOW + " - Caves not lining up",
C.YELLOW + " - Terrain layers not lining up",
C.RED + "Now that you are aware of the risks, and have made a back-up:",
C.RED + "/iris ^world <world> <pack> confirm=true"
C.RED + "/iris ^world " + world.getName() + " " + pack.getLoadKey() + " confirm=true"
});
return;
}