From 074d2446946a92b810b3aafd3d5bb3e2eb500e2b Mon Sep 17 00:00:00 2001 From: Kyzentun Keeslala Date: Fri, 5 Aug 2016 12:01:48 -0600 Subject: [PATCH] lol whoops --- src/XmlToLua.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XmlToLua.cpp b/src/XmlToLua.cpp index 24a6a4267e..44f376111f 100644 --- a/src/XmlToLua.cpp +++ b/src/XmlToLua.cpp @@ -151,11 +151,11 @@ void hidden_conv(vector& args) args[0]= "visible"; if(args[1] == "1") { - args[1]= "true"; + args[1]= "false"; } else { - args[1]= "false"; + args[1]= "true"; } } void diffuse_conv(vector& args)