From 36aabc321656ff8400f9160b370d07fb91153de5 Mon Sep 17 00:00:00 2001 From: Xelio Date: Sun, 10 Feb 2013 22:58:08 +0800 Subject: [PATCH] Comment correction Correct comment of "portalResonatorGuid" --- code/map_data.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/map_data.js b/code/map_data.js index 704abccc..5d29de6a 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -317,8 +317,7 @@ window.renderResonators = function(ent) { } } -// replace .11 or .12 in portal guid with .r[slot] to -// get guid for resonators +// append portal guid with -resonator-[slot] to get guid for resonators window.portalResonatorGuid = function(portalGuid, slot){ return portalGuid + '-resonator-' + slot; }