mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-04 05:51:45 +01:00
Added fallback in case no tile exists
This commit is contained in:
parent
2a7e69e281
commit
d48f0bcde9
@ -241,7 +241,7 @@ public abstract class DynmapWorld {
|
||||
}
|
||||
}
|
||||
else /* if (!ztile.matchesHashCode(crc)) */ {
|
||||
ztile.write(crc, zIm, mostRecentTimestamp);
|
||||
ztile.write(crc, zIm, (mostRecentTimestamp == 0)? System.currentTimeMillis() : mostRecentTimestamp);
|
||||
MapManager.mapman.pushUpdate(this, new Client.Tile(ztile.getURI()));
|
||||
enqueueZoomOutUpdate(ztile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user