Cache biome object, further reduce diff
This commit is contained in:
parent
0ebbc2bbe5
commit
0f8174796c
12 changed files with 41 additions and 43 deletions
|
|
@ -875,6 +875,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
bmap.setWaterColorMultiplier(watermult);
|
||||
Log.verboseinfo("Set watercolormult for " + bmap.toString() + " (" + i + ") to " + Integer.toHexString(watermult));
|
||||
}
|
||||
bmap.setBiomeObject(bb);
|
||||
}
|
||||
}
|
||||
if(cnt > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue