Skip to content

Commit 7426c60

Browse files
Screw you intellij
1 parent 876f314 commit 7426c60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/me/flame/menus/items/MenuItem.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package me.flame.menus.items;
22

3-
import jdk.internal.vm.annotation.ForceInline;
43
import lombok.Getter;
54
import lombok.Setter;
65
import me.flame.menus.components.nbt.ItemNbt;
@@ -159,7 +158,6 @@ public boolean equals(Object o) {
159158
}
160159
}
161160

162-
@ForceInline
163161
public CompletableFuture<ActionResponse> click(final int slot, final ClickActionEvent event) {
164162
return async
165163
? clickAction.thenApplyAsync(ca -> ca.apply(slot, event)) // this is what's executing async btw

0 commit comments

Comments
 (0)