mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-16 04:31:31 +01:00
Fixed tabs.
This commit is contained in:
parent
cce30da6be
commit
eaf6ecde26
@ -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…
Reference in New Issue
Block a user