Incorrect Perms (Leave) #8


  • New
  • Defect
Open
Assigned to _ForgeUser7844859
  • _ForgeUser7611762 created this issue Apr 16, 2012

    Players cannot leave the game because of git/src/net/spleefultimate/commands/LeaveCommand.java line 19:
    " if (!player.hasPermission("spleefextreme.player.leave"))"
    It should be as follows:
    " if (!player.hasPermission("spleefultimate.player.leave"))"

  • _ForgeUser7611762 added the tags New Defect Apr 16, 2012

To post a comment, please login or register a new account.