mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
thanks but no thanks
This commit is contained in:
parent
36d94ab992
commit
9101acf057
1 changed files with 4 additions and 2 deletions
|
@ -402,13 +402,15 @@ public class EssentialsPlayerListener implements Listener, FakeAccessor {
|
|||
}
|
||||
}
|
||||
|
||||
if (user.isAuthorized("essentials.updatecheck")) {
|
||||
// TF start - disable showing update messages
|
||||
/*if (user.isAuthorized("essentials.updatecheck")) {
|
||||
ess.runTaskAsynchronously(() -> {
|
||||
for (String str : ess.getUpdateChecker().getVersionMessages(false, false)) {
|
||||
user.sendMessage(str);
|
||||
}
|
||||
});
|
||||
}
|
||||
}*/
|
||||
// TF end
|
||||
|
||||
if (user.isAuthorized("essentials.fly.safelogin")) {
|
||||
user.getBase().setFallDistance(0);
|
||||
|
|
Loading…
Reference in a new issue