Centralize World class dependencies in DynmapWorld
This commit is contained in:
parent
aa2270ae76
commit
d7a7ee9c5d
10 changed files with 73 additions and 51 deletions
|
|
@ -554,7 +554,7 @@ public class FlatMap extends MapType {
|
|||
|
||||
@Override
|
||||
public String getKey(String prefix) {
|
||||
return world.world.getName() + "." + map.getPrefix();
|
||||
return world.getName() + "." + map.getPrefix();
|
||||
}
|
||||
|
||||
public boolean isHightestBlockYDataNeeded() { return true; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue