mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Notify user of opening studio
This commit is contained in:
parent
7920d2225c
commit
1134cd7788
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user