Skip to content

Commit 74a2c5e

Browse files
committed
chore: completely removed UpdateChecker and startup network check
1 parent b441c1f commit 74a2c5e

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed

common/src/main/kotlin/org/netutils/NetUtilsCommon.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ object NetUtilsCommon {
2727
fun init() {
2828
LOGGER.info("Initializing NetUtils")
2929

30-
// Check for updates (GitHub API only - no auto-download)
31-
UpdateChecker.checkForUpdates()
32-
3330
// Register screen input handler for EditBox functionality
3431
org.netutils.gui.ScreenInputHandler.register()
3532

common/src/main/kotlin/org/netutils/UpdateChecker.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)