Comment correction
Correct comment of "portalResonatorGuid"
This commit is contained in:
@ -317,8 +317,7 @@ window.renderResonators = function(ent) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// replace .11 or .12 in portal guid with .r[slot] to
|
// append portal guid with -resonator-[slot] to get guid for resonators
|
||||||
// get guid for resonators
|
|
||||||
window.portalResonatorGuid = function(portalGuid, slot){
|
window.portalResonatorGuid = function(portalGuid, slot){
|
||||||
return portalGuid + '-resonator-' + slot;
|
return portalGuid + '-resonator-' + slot;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user