mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-09 04:02:23 +01:00
Make mapzoomin for Kzed consistent with previous versions (2 below
native)
This commit is contained in:
parent
bffc56dd20
commit
612cdf0c98
@ -586,7 +586,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
|
|||||||
s(o, "backgroundday", c.getString("backgroundday"));
|
s(o, "backgroundday", c.getString("backgroundday"));
|
||||||
s(o, "backgroundnight", c.getString("backgroundnight"));
|
s(o, "backgroundnight", c.getString("backgroundnight"));
|
||||||
s(o, "bigmap", map.isBigWorldMap(world));
|
s(o, "bigmap", map.isBigWorldMap(world));
|
||||||
s(o, "mapzoomin", c.getInteger("mapzoomin", 3));
|
s(o, "mapzoomin", c.getInteger("mapzoomin", 2));
|
||||||
s(o, "mapzoomout", world.getExtraZoomOutLevels()+1);
|
s(o, "mapzoomout", world.getExtraZoomOutLevels()+1);
|
||||||
s(o, "compassview", "SE"); /* Always from southeast */
|
s(o, "compassview", "SE"); /* Always from southeast */
|
||||||
a(worldObject, "maps", o);
|
a(worldObject, "maps", o);
|
||||||
|
Loading…
Reference in New Issue
Block a user