mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-19 16:57:20 +07:00
Changed log message to be a bit more helpful
This commit is contained in:
parent
937d6cba48
commit
ebe6d606f2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user