mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
oops
This commit is contained in:
parent
b4be942348
commit
84f95e6776
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue