mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 22:25:36 +08:00
force Yengine scripts recompile
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
public static readonly string OBJECT_CODE_MAGIC = "YObjectCode";
|
||||
// reserve positive version values for original xmr
|
||||
public static int COMPILED_VERSION_VALUE = -5; // decremented when compiler or object file changes
|
||||
public static int COMPILED_VERSION_VALUE = -6; // decremented when compiler or object file changes
|
||||
|
||||
public static readonly int CALL_FRAME_MEMUSE = 64;
|
||||
public static readonly int STRING_LEN_TO_MEMUSE = 2;
|
||||
|
||||
Reference in New Issue
Block a user