mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Oops, wrong file name for markers/warps.
This commit is contained in:
parent
3f46675f3f
commit
d6819372e6
@ -606,7 +606,7 @@ function makeRequest(url, func, type, fail, post, contenttype)
|
|||||||
}
|
}
|
||||||
} else if(p.length == 6) {
|
} else if(p.length == 6) {
|
||||||
var image = 'sign.png';
|
var image = 'sign.png';
|
||||||
if (p[1] == 'marker')
|
if (p[1] == 'warp')
|
||||||
{
|
{
|
||||||
image = 'watch.png';
|
image = 'watch.png';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user