Skip to content

Commit a4bc244

Browse files
make Slot.getFirst() public.
1 parent a1d3434 commit a4bc244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/flame/menus/menu/Slot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private static Slot getNaS() {
140140

141141
// faster FIRST slot compared to doing "new Slot(1, 1)"
142142
@NotNull
143-
private static Slot getFirst() {
143+
public static Slot getFirst() {
144144
Slot slot = new Slot(1, 1, true);
145145
slot.slot = 1;
146146
return slot;

0 commit comments

Comments
 (0)