• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Fixed AirCombo permission typo

Status
Not open for further replies.

Snhnry

Verified Member
  • PK Core
  • 1.7.0 Beta 10
  • Location: plugin.yml
The sub-permission for the air combo Twister is missing from "bending.ability.AirCombo". Instead, of "bending.ability.Twister", it lists "bending.ability.Tornado". This means that there is an extra perm node for Tornado in the plugin.yml

Code:
bending.ability.AirCombo:
    default: false
    description: Grants access to all AirCombos.
    children:
        bending.ability.AirSweep: true
        bending.ability.AirStream: true
        bending.ability.Tornado: true
 

jacklin213

Staff member
Plugin Developer
Verified Member
  • PK Core
  • 1.7.0 Beta 10
  • Location: plugin.yml
The sub-permission for the air combo Twister is missing from "bending.ability.AirCombo". Instead, of "bending.ability.Twister", it lists "bending.ability.Tornado". This means that there is an extra perm node for Tornado in the plugin.yml

Code:
bending.ability.AirCombo:
    default: false
    description: Grants access to all AirCombos.
    children:
        bending.ability.AirSweep: true
        bending.ability.AirStream: true
        bending.ability.Tornado: true
Confirmed fix coming, thanks for the detailed bug report
 
Status
Not open for further replies.
Top