From 6a37ab7af23e56e6899546273024b229e8186445 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sat, 16 Jul 2022 12:39:42 +0200 Subject: [PATCH] sync world unload --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/src/main/java/com/volmit/iris/core/commands/CommandIris.java index dbc0d22aa..0e66dad1e 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -98,7 +98,7 @@ public class CommandIris implements DecreeExecutor { sender().sendMessage(C.GREEN + "Successfully created your world!"); } - @Decree(description = "Remove an Iris world", aliases = {"del", "rm"}) + @Decree(description = "Remove an Iris world", aliases = {"del", "rm"}, sync = true) public void remove( @Param(description = "The world to remove") World world,