sync loot opener since InvOpenEv must be sync

This commit is contained in:
CocoTheOwner 2021-08-15 13:48:23 +02:00
parent 1c4778790a
commit 89b171db36

View File

@ -414,7 +414,7 @@ public class DecIrisStudio implements DecreeExecutor, DecreeStudioExtension {
access().hotload(); 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( public void loot(
@Param(name = "fast", aliases = "f", description = "Fast insertion of items in virtual inventory (may cause performance drop)", defaultValue = "false") @Param(name = "fast", aliases = "f", description = "Fast insertion of items in virtual inventory (may cause performance drop)", defaultValue = "false")
boolean fast, boolean fast,