Skip to content

Commit fc6fcb6

Browse files
authored
move USE_AIKAR_FLAGS=TRUE into else block (#3642)
1 parent 0da12d1 commit fc6fcb6

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
162163
fi
163-
USE_AIKAR_FLAGS=TRUE
164164
fi
165165

166166
if isTrue "${USE_AIKAR_FLAGS}"; then

0 commit comments

Comments
 (0)