diff --git a/src/main/java/eu/mhsl/craftattack/spawn/appliances/endPrevent/EndPreventCommand.java b/src/main/java/eu/mhsl/craftattack/spawn/appliances/endPrevent/EndPreventCommand.java index d07439e..1c89f21 100644 --- a/src/main/java/eu/mhsl/craftattack/spawn/appliances/endPrevent/EndPreventCommand.java +++ b/src/main/java/eu/mhsl/craftattack/spawn/appliances/endPrevent/EndPreventCommand.java @@ -25,7 +25,7 @@ public class EndPreventCommand extends ApplianceCommand { sender.sendMessage(Component.text("Setting updated!", NamedTextColor.GREEN)); } sender.sendMessage(Component.text( - String.format("The End is %s!", this.getAppliance().isEndDisabled() ? "open" : "closed"), + String.format("The End is %s!", this.getAppliance().isEndDisabled() ? "closed" : "open"), NamedTextColor.GOLD )); }