From 89b171db36945e0fd37ef838c82c8d6e7333d506 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sun, 15 Aug 2021 13:48:23 +0200 Subject: [PATCH] sync loot opener since InvOpenEv must be sync --- src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java b/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java index 23191a546..f39a93e7a 100644 --- a/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java +++ b/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java @@ -414,7 +414,7 @@ public class DecIrisStudio implements DecreeExecutor, DecreeStudioExtension { access().hotload(); } - @Decree(description = "Show loot if a chest were right here", origin = DecreeOrigin.PLAYER) + @Decree(description = "Show loot if a chest were right here", origin = DecreeOrigin.PLAYER, sync = true) public void loot( @Param(name = "fast", aliases = "f", description = "Fast insertion of items in virtual inventory (may cause performance drop)", defaultValue = "false") boolean fast,