This commit is contained in:
Seth Alves 2017-02-22 19:18:42 -08:00
parent b4be942348
commit 84f95e6776

View file

@ -130,7 +130,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
this.cleanUpOldTablets();
if (true || Settings.getValue("tabletVisibleToOthers")) {
if (Settings.getValue("tabletVisibleToOthers")) {
this.tabletEntityID = Entities.addEntity(tabletProperties, clientOnly);
this.tabletIsOverlay = false;
} else {