Bug fixes

This commit is contained in:
zml2008
2011-09-09 15:10:25 -07:00
parent 6b3f19f857
commit c38a6b0677
4 changed files with 15 additions and 6 deletions

View File

@ -135,9 +135,6 @@ public class WorldEditPlugin extends JavaPlugin {
protected void registerEvents() {
new WorldEditPlayerListener(this);
new WorldEditCriticalPlayerListener(this);
// The permissions resolver has some hooks of its own
new PermissionsResolverServerListener(perms, this);
}
/**