Fixed Pick Block Results #170

Merged
SenseiKiwi merged 9 commits from master into master 2014-07-11 15:38:21 +00:00
Showing only changes of commit 52bae00dc6 - Show all commits

View File

@@ -162,7 +162,7 @@ public class DungeonSchematic extends Schematic {
applyFilter(standardizer); applyFilter(standardizer);
} }
private Map<Short, Short> getAssignedToStandardIDMapping(DDProperties properties) private static Map<Short, Short> getAssignedToStandardIDMapping(DDProperties properties)
{ {
//If we ever need this broadly or support other mods, this should be moved to a separate class //If we ever need this broadly or support other mods, this should be moved to a separate class
TreeMap<Short, Short> mapping = new TreeMap<Short, Short>(); TreeMap<Short, Short> mapping = new TreeMap<Short, Short>();