We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b441c1f commit 74a2c5eCopy full SHA for 74a2c5e
common/src/main/kotlin/org/netutils/NetUtilsCommon.kt
@@ -27,9 +27,6 @@ object NetUtilsCommon {
27
fun init() {
28
LOGGER.info("Initializing NetUtils")
29
30
- // Check for updates (GitHub API only - no auto-download)
31
- UpdateChecker.checkForUpdates()
32
-
33
// Register screen input handler for EditBox functionality
34
org.netutils.gui.ScreenInputHandler.register()
35
common/src/main/kotlin/org/netutils/UpdateChecker.kt
0 commit comments