mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
if focuschatballoons is at false, disableAutoPan should be at true
This commit is contained in:
parent
a1c86bfabb
commit
24c9dfed41
@ -419,7 +419,7 @@ DynMap.prototype = {
|
||||
popup.popupTime = now.getTime();
|
||||
if (!popup.infoWindow) {
|
||||
popup.infoWindow = new google.maps.InfoWindow({
|
||||
disableAutoPan: me.options.focuschatballoons || false,
|
||||
disableAutoPan: !me.options.focuschatballoons || false,
|
||||
content: htmlMessage
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user