Minor Change
Minor change to remove a warning
This commit is contained in:
parent
dc55359aaf
commit
52bae00dc6
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class DungeonSchematic extends Schematic {
|
|||
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
|
||||
TreeMap<Short, Short> mapping = new TreeMap<Short, Short>();
|
||||
|
|
Loading…
Reference in a new issue