removed unnessary comments

This commit is contained in:
Dante Ruiz 2016-12-16 17:24:09 +00:00
parent 571783b90d
commit 40a79867be

View file

@ -115,7 +115,6 @@ WebTablet = function (url, width, dpi, location, clientOnly) {
this.receive = function (channel, senderID, senderUUID, localOnly) {
if (_this.homeButtonEntity == senderID) {
//var homePosition = Entities.getEntityProperties(_this.homeButtonEntity, ["position"]);
if (_this.clicked) {
Entities.editEntity(_this.homeButtonEntity, {color: {red: 0, green: 255, blue: 255}});
_this.clicked = false;