From 159c0ccec913b9b71d25331a3c0fbae37ffa1ea6 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 8 Feb 2010 12:47:52 +0000 Subject: lua adjustments i think --- server/xml/macros/manifest_refraktion-1.0.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server') 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 , -- cgit v1.2.3