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

nicer command :)

This commit is contained in:
Sjoerd van de Goor
2023-02-23 19:13:14 +01:00
parent f6571367db
commit d78e5973e9

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