Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Nov 10, 2023
1 parent fb3082a commit 6121883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CEON/gotgPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
portals[i].id = Uuid.NULL;
portals[i].zoneID = Uuid.NULL;
}
print("TEST: " + findGetParameter("test"));
//print("TEST: " + findGetParameter("test"));
//###########################################################################################################


Expand All @@ -55,7 +55,7 @@
"captionColor": "#ffae00"
});

function findGetParameter(parameterName) {
/* function findGetParameter(parameterName) {
var index;
var result = null,
tmp = [];
Expand All @@ -69,7 +69,7 @@
}
return result;
}

*/
this.preload = function(entityID) {
var properties = Entities.getEntityProperties(entityID, ["position"]);
thisPosition = properties.position;
Expand Down

0 comments on commit 6121883

Please sign in to comment.