Where did permissibleBase.get() go?

Discussion in 'Plugin Development' started by Dgauss, Dec 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Dgauss

    I am not sure if this applies for all permissions but bpermissions is coming up with an error on line 58 of SuperPermissionsHandler.class.
    Line 58:
    PermissibleBase pb = BukkitCompat.getBase(player);

    To follow I went to line 192 of BukkitCompact.class in bpermissions:
    return (PermissibleBase)base.get(p); } catch (Exception e) {

    Following that I went to PermissibleBase.class in bukkit and there is no .get() function there.
    I feel like either I am reading this code wrong or it was removed/change.

    Edit: This is the final edit. Found out what the real problem is was the that within bucket anything that was craft was moved 1 folder in. This caused all of the programs not to be able to see many of the classes. When I moved all the content out of the folder to where it was for the previous version all the add ons worked once again.
     
Thread Status:
Not open for further replies.

Share This Page