Notify user of opening studio

This commit is contained in:
CocoTheOwner 2021-08-13 22:22:16 +02:00
parent 7920d2225c
commit 1134cd7788

View File

@ -35,6 +35,7 @@ public class DecIrisStudio implements DecreeExecutor
@Param(name = "seed", defaultValue = "1337", description = "The seed to generate the studio with", aliases = "s")
long seed)
{
sender().sendMessage(C.GREEN + "Opening studio for the " + dimension.getName() + " pack (seed: " + seed + ")");
Iris.proj.open(sender(), seed, dimension.getLoadKey());
}