mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Remove version matching, it's pointless now
This commit is contained in:
parent
9f4ccf9eaf
commit
d63e342f78
2 changed files with 4 additions and 24 deletions
|
@ -140,7 +140,7 @@ public class PermissionsHandler implements IPermissionsHandler {
|
|||
}
|
||||
} else {
|
||||
if (!(handler instanceof ConfigPermissionsHandler)) {
|
||||
ess.getLogger().info("Essentials: Using config file enhanced permissions.");
|
||||
ess.getLogger().info("Using config file enhanced permissions.");
|
||||
ess.getLogger().info("Permissions listed in as player-commands will be given to all users.");
|
||||
handler = new ConfigPermissionsHandler(ess);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue