diff --git a/src/main/java/com/volmit/iris/manager/IrisProject.java b/src/main/java/com/volmit/iris/manager/IrisProject.java index 4396a2e24..919ca6c24 100644 --- a/src/main/java/com/volmit/iris/manager/IrisProject.java +++ b/src/main/java/com/volmit/iris/manager/IrisProject.java @@ -63,7 +63,7 @@ public class IrisProject return; } else if(sender.isPlayer()){ sender.player().setGameMode(GameMode.SPECTATOR); - sender.player().addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 2000, 10)); + sender.player().addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 500, 10)); sender.player().spigot().sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText(C.BLUE + "Creating studio world. Please wait...")); }