From d271151504df5b44c36db0b831302da4c9356106 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Mon, 25 May 2015 20:52:27 -0400 Subject: [PATCH] fix file perms and change AllowLightshareFunctions to AllowLightShareFunctions --- bin/config-include/osslEnable.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/config-include/osslEnable.ini diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini old mode 100755 new mode 100644 index 7c53ec0ec5..5dfa71c1ec --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -20,7 +20,7 @@ ; Allow the use of LightShare functions. ; The setting enable_windlight = true must also be enabled in the [LightShare] section. - AllowLightshareFunctions = true + AllowLightShareFunctions = true ; Threat level to allow. One of None, VeryLow, Low, Moderate, High, VeryHigh, Severe. ; See http://opensimulator.org/wiki/Threat_level for more information on these levels.