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 e98ec16 commit 687323aCopy full SHA for 687323a
src/main/java/net/potato/tuff/TuffX.java
@@ -200,7 +200,7 @@ public void run() {
200
}.runTask(this);
201
break;
202
case "ready":
203
- if (getConfig().getBoolean("kick-outdated-clients", false))
+ if (getConfig().getBoolean("kick-outdated-clients", true))
204
p.kickPlayer(
205
"§cYour client is not compatible with the version of §6TuffX §cthe server has installed!\n§7Please update your client.");
206
}
@@ -570,4 +570,4 @@ private void lfe() {
570
getLogger().info("");
571
getLogger().info("Below y0 and TuffX programmed by Potato");
572
573
-}
+}
0 commit comments