9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00

Studio in studio tho

This commit is contained in:
CocoTheOwner
2021-09-10 01:36:43 +02:00
parent c5bf0e0cb7
commit 620c4087bc
2 changed files with 2 additions and 2 deletions

View File

@@ -511,7 +511,7 @@ public class Iris extends VolmitPlugin implements Listener {
J.a(this::verifyDataPacksPost, 20);
splash();
if (IrisSettings.get().getGeneral().isAutoStartDefaultStudio()) {
if (IrisSettings.get().getStudio().isAutoStartDefaultStudio()) {
Iris.info("Starting up auto Studio!");
try {
Player r = new KList<>(getServer().getOnlinePlayers()).getRandom();