diff options
author | UbitUmarov | 2018-11-20 22:43:03 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-20 22:43:03 +0000 |
commit | 5485ba2ae68d2a144b0a6bf30c689515a1c769dc (patch) | |
tree | c64b4f4dd17332f2a8c30469727ced0de4014f38 /OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | |
parent | Yengine: remove some xmr API functions now added to OSSL (diff) | |
download | opensim-SC-5485ba2ae68d2a144b0a6bf30c689515a1c769dc.zip opensim-SC-5485ba2ae68d2a144b0a6bf30c689515a1c769dc.tar.gz opensim-SC-5485ba2ae68d2a144b0a6bf30c689515a1c769dc.tar.bz2 opensim-SC-5485ba2ae68d2a144b0a6bf30c689515a1c769dc.tar.xz |
Yengine: do use SourceHashCode
Diffstat (limited to 'OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs index f7aad6e..8cea9f2 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | |||
@@ -173,7 +173,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
173 | if(i < 0) | 173 | if(i < 0) |
174 | i = len - 1; | 174 | i = len - 1; |
175 | } | 175 | } |
176 | if((i >= len) || !m_Engine.m_UseSourceHashCode) | 176 | if((i >= len)) |
177 | { | 177 | { |
178 | // Source consists of nothing but // comments and whitespace, | 178 | // Source consists of nothing but // comments and whitespace, |
179 | // or we are being forced to use the asset-id as the key, to | 179 | // or we are being forced to use the asset-id as the key, to |