Skip to content

Commit c55f511

Browse files
committed
spotless
1 parent 384643d commit c55f511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ae2wtlib_api/src/main/java/de/mari_023/ae2wtlib/api/terminal

ae2wtlib_api/src/main/java/de/mari_023/ae2wtlib/api/terminal/WUTHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ public static boolean open(Player player, ItemMenuHostLocator locator, boolean r
128128
public static ItemMenuHostLocator findTerminal(Player player, WTDefinition terminal) {
129129
ItemMenuHostLocator locator = null;
130130
// FIXME reintroduce curio compat once the ae2 curio integration is updated to work properly
131-
/*
131+
/*-
132132
var cap = player.getCapability(CuriosIntegration.ITEM_HANDLER);
133133
if (cap != null) {
134134
for (int i = 0; i < cap.size(); i++) {
135135
var stack = cap.getResource(i).toStack();
136136
if (!hasTerminal(stack, terminal)) continue;
137-
137+
138138
if (AE2wtlibAPI.isUniversalTerminal(stack)) {
139139
return MenuLocators.forCurioSlot(i);
140140
} else if (locator == null) {

0 commit comments

Comments
 (0)