diff options
Diffstat (limited to '')
-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 5c6b7b2..5c04659 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2419,7 +2419,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2419 | if (textureID == UUID.Zero) | 2419 | if (textureID == UUID.Zero) |
2420 | { | 2420 | { |
2421 | if (!UUID.TryParse(texture, out textureID)) | 2421 | if (!UUID.TryParse(texture, out textureID)) |
2422 | return; | 2422 | dotexture = false; |
2423 | } | 2423 | } |
2424 | } | 2424 | } |
2425 | 2425 | ||