Skip to content

Commit 687323a

Browse files
authored
fix
1 parent e98ec16 commit 687323a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public void run() {
200200
}.runTask(this);
201201
break;
202202
case "ready":
203-
if (getConfig().getBoolean("kick-outdated-clients", false))
203+
if (getConfig().getBoolean("kick-outdated-clients", true))
204204
p.kickPlayer(
205205
"§cYour client is not compatible with the version of §6TuffX §cthe server has installed!\n§7Please update your client.");
206206
}
@@ -570,4 +570,4 @@ private void lfe() {
570570
getLogger().info("");
571571
getLogger().info("Below y0 and TuffX programmed by Potato");
572572
}
573-
}
573+
}

0 commit comments

Comments
 (0)