Skip to content

Commit b3677cd

Browse files
committed
changes
1 parent 8de6056 commit b3677cd

File tree

3 files changed

+0
-111
lines changed

3 files changed

+0
-111
lines changed

src/main/java/net/potato/tuff/TuffX.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public void onEnable() {
105105
t.setPriority(Thread.NORM_PRIORITY + 1);
106106
return t;
107107
});
108-
109-
new Updater(this).scheduleCheck();
110108
}
111109

112110
public record CSC(int x, int y, int z) {}

src/main/java/net/potato/tuff/Updater.java

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

src/main/resources/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,3 @@ chunk-processor-threads: -1
1616
cache-size: 512
1717
#how long until the cache expires (minutes)
1818
cache-expiration: 5
19-
20-
#auto updater config (very experimental)
21-
updater:
22-
enabled: false
23-
24-
# update checking interval
25-
check-interval-minutes: 30
26-
27-
# restart the server on update
28-
restart-on-update: true

0 commit comments

Comments
 (0)