Fixed tabs.
This commit is contained in:
parent
9a580e5444
commit
cc52277b7c
1 changed files with 14 additions and 13 deletions
|
|
@ -24,8 +24,9 @@ var HDMapType = DynmapTileLayer.extend({
|
|||
var tileName;
|
||||
|
||||
var dnprefix = '';
|
||||
if(this.options.nightandday && this.options.dynmap.serverday)
|
||||
if(this.options.nightandday && this.options.dynmap.serverday) {
|
||||
dnprefix = '_day';
|
||||
}
|
||||
|
||||
var extrazoom = this.options.mapzoomout;
|
||||
if(zoom < extrazoom) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue