diff options
author | UbitUmarov | 2018-12-08 02:36:59 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-08 02:36:59 +0000 |
commit | 295f24fe0119559e80bc6cb0bd4cd7960fb180ac (patch) | |
tree | ef5ae047432ce4a362fffddf0a15c01c3d93cc36 /OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs | |
parent | mantis 8416: test (diff) | |
download | opensim-SC-295f24fe0119559e80bc6cb0bd4cd7960fb180ac.zip opensim-SC-295f24fe0119559e80bc6cb0bd4cd7960fb180ac.tar.gz opensim-SC-295f24fe0119559e80bc6cb0bd4cd7960fb180ac.tar.bz2 opensim-SC-295f24fe0119559e80bc6cb0bd4cd7960fb180ac.tar.xz |
mantis 8416: change string compare method (actually on previus commit)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs b/OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs index 9eb05f7..3c0040c 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/XMRInstMain.cs | |||
@@ -180,7 +180,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
180 | /* | 180 | /* |
181 | * Makes sure migration data version is same on both ends. | 181 | * Makes sure migration data version is same on both ends. |
182 | */ | 182 | */ |
183 | public static byte migrationVersion = 10; | 183 | public static byte migrationVersion = 11; |
184 | 184 | ||
185 | // Incremented each time script gets reset. | 185 | // Incremented each time script gets reset. |
186 | public int m_ResetCount = 0; | 186 | public int m_ResetCount = 0; |