summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorsenator <senator>2010-02-08 12:47:52 +0000
committersenator <senator>2010-02-08 12:47:52 +0000
commit159c0ccec913b9b71d25331a3c0fbae37ffa1ea6 (patch)
tree6409796f98b64ae57dc588298d9f557084609aeb /server
parent43c77f27fe508e048018c77b667004796c08b76d (diff)
lua adjustments i think
Diffstat (limited to 'server')
-rw-r--r--server/xml/macros/manifest_refraktion-1.0.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/xml/macros/manifest_refraktion-1.0.xml b/server/xml/macros/manifest_refraktion-1.0.xml
index 37cf4b0..f057435 100644
--- a/server/xml/macros/manifest_refraktion-1.0.xml
+++ b/server/xml/macros/manifest_refraktion-1.0.xml
@@ -130,7 +130,7 @@
timestamp = 0
source = 0
- if(phoroptor and phoroptor.osin and phoroptor.odxt.sph and phoroptor.odxt.sph.value and phoroptor.odxt.sph.timestamp)
+ if(phoroptor and phoroptor.odxt and phoroptor.odxt.sph and phoroptor.odxt.sph.value and phoroptor.odxt.sph.timestamp)
then
value = phoroptor.odxt.sph.value
-- convert . to ,
@@ -146,7 +146,7 @@
timestamp = 0
source = 0
- if(phoroptor and phoroptor.osin and phoroptor.odxt.cyl and phoroptor.odxt.cyl.value and phoroptor.odxt.cyl.timestamp)
+ if(phoroptor and phoroptor.odxt and phoroptor.odxt.cyl and phoroptor.odxt.cyl.value and phoroptor.odxt.cyl.timestamp)
then
value = phoroptor.odxt.cyl.value
-- convert . to ,
@@ -162,7 +162,7 @@
timestamp = 0
source = 0
- if(phoroptor and phoroptor.osin and phoroptor.odxt.axis and phoroptor.odxt.axis.value and phoroptor.odxt.axis.timestamp)
+ if(phoroptor and phoroptor.odxt and phoroptor.odxt.axis and phoroptor.odxt.axis.value and phoroptor.odxt.axis.timestamp)
then
value = phoroptor.odxt.axis.value
-- convert . to ,