diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index cbd2b3c..5c6b7b2 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2411,7 +2411,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2411 | 2411 | ||
2412 | UUID textureID = new UUID(); | 2412 | UUID textureID = new UUID(); |
2413 | bool dotexture = true; | 2413 | bool dotexture = true; |
2414 | if(String.IsNullOrEmpty(texture)) | 2414 | if(String.IsNullOrEmpty(texture) || texture == ScriptBaseClass.NULL_KEY) |
2415 | dotexture = false; | 2415 | dotexture = false; |
2416 | else | 2416 | else |
2417 | { | 2417 | { |