Closed EduardoAcunaCoronado closed 5 years ago
In the transformTree method, you should change the value of p so that it receives the key instead of the name. 1991 line.
final RunePath p = RunePath.valueOf(path.getKey().toUpperCase());
Done @ bfcf472
In the transformTree method, you should change the value of p so that it receives the key instead of the name. 1991 line.
final RunePath p = RunePath.valueOf(path.getKey().toUpperCase());