also port to 0.6 and hope noone notices
This commit is contained in:
parent
eb23123ae8
commit
5ddf004e72
1
dist/total-conversion-build.user.js
vendored
1
dist/total-conversion-build.user.js
vendored
@ -600,6 +600,7 @@ window.renderResonators = function(ent, portalLayer) {
|
|||||||
weight: 1,
|
weight: 1,
|
||||||
fillColor: COLORS_LVL[rdata.level],
|
fillColor: COLORS_LVL[rdata.level],
|
||||||
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
|
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
|
||||||
|
clickable: false,
|
||||||
guid: resoGuid // need this here as well for add/remove events
|
guid: resoGuid // need this here as well for add/remove events
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user