Remove version matching, it's pointless now

This commit is contained in:
vemacs 2015-06-03 07:44:18 -06:00
parent 9f4ccf9eaf
commit d63e342f78
2 changed files with 4 additions and 24 deletions

View file

@ -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);
}