Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Commit ec2cff4

Browse files
authored
Update Lightclip.java
1 parent 30340e8 commit ec2cff4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java21/src/main/java/dev/menthamc/lightclip/Lightclip.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private static URL[] setupClasspath() {
143143
// Exit if user has set `paperclip.patchonly` or `lightclip.patchonly` system property to `true`
144144
if (Boolean.getBoolean("paperclip.patchonly")
145145
|| Boolean.getBoolean("lightclip.patchonly")) {
146+
System.exit(0);
146147
}
147148

148149
// Keep versions and libraries separate as the versions must come first

0 commit comments

Comments
 (0)