Skip to content

Commit 6faa3a3

Browse files
authored
Revert "move USE_AIKAR_FLAGS=TRUE into else block" (#3645)
1 parent fc6fcb6 commit 6faa3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-finalExec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ if isTrue "${USE_MEOWICE_FLAGS}"; then
159159
else
160160
log "Your Java version is $java_major_version, MeowIce's flags are for Java 17+ falling back to Aikar's"
161161
USE_MEOWICE_FLAGS=FALSE
162-
USE_AIKAR_FLAGS=TRUE
163162
fi
163+
USE_AIKAR_FLAGS=TRUE
164164
fi
165165

166166
if isTrue "${USE_AIKAR_FLAGS}"; then

0 commit comments

Comments
 (0)