Skip to content

Commit 256eca9

Browse files
committed
typo fix
1 parent b4eaced commit 256eca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/falsepattern/lib/internal/LibraryConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class LibraryConfig {
1111
public static boolean ENABLE_UPDATE_CHECKER = true;
1212

1313
@Config.Comment({"Used to control whether FalsePatternLib should be allowed to use the internet.",
14-
"If this is enabled, library downloads will be blocked.",
14+
"If this is disabled, library downloads will be blocked.",
1515
"Note that if a mod tries to download a library that is not downloaded yet, the game will crash."})
1616
@Config.LangKey("config.falsepatternlib.disableinternet")
1717
public static boolean ENABLE_LIBRARY_DOWNLOADS = true;

0 commit comments

Comments
 (0)