mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Changed log message to be a bit more helpful
This commit is contained in:
@ -313,7 +313,7 @@ public class MPQViewer {
|
||||
selectedNode = fileTreeCofNodes.get(text);
|
||||
if (selectedNode == null) return true;
|
||||
key = text;
|
||||
System.out.println("trying to set to special");
|
||||
System.out.println("Found " + text + " at " + selectedNode.getValue());
|
||||
}
|
||||
} else {
|
||||
key = prefixMap.firstKey();
|
||||
|
Reference in New Issue
Block a user