diff options
author | UbitUmarov | 2012-07-19 11:10:23 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-19 11:10:23 +0100 |
commit | 5b68bff73bffb7cdda88cb451f267a835b6d7f0b (patch) | |
tree | 2320cdab2d176ddbc369b336d90832327f0c49d3 | |
parent | Fix llSameGroup to work according to specs (diff) | |
download | opensim-SC-5b68bff73bffb7cdda88cb451f267a835b6d7f0b.zip opensim-SC-5b68bff73bffb7cdda88cb451f267a835b6d7f0b.tar.gz opensim-SC-5b68bff73bffb7cdda88cb451f267a835b6d7f0b.tar.bz2 opensim-SC-5b68bff73bffb7cdda88cb451f267a835b6d7f0b.tar.xz |
kick git
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 7cb4a26..94b1b34 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -25,6 +25,7 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | |||
28 | using System; | 29 | using System; |
29 | using System.Collections; | 30 | using System.Collections; |
30 | using System.Collections.Generic; | 31 | using System.Collections.Generic; |