mirror of
https://github.com/opensim/opensim.git
synced 2026-07-06 04:30:25 +08:00
Change XEngine to use the new constant
This commit is contained in:
committed by
Melanie
parent
120f3a18f2
commit
e1e897ac11
@@ -388,7 +388,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
PostEvent(new EventParams("attach",
|
||||
new object[] { new LSL_Types.LSLString(m_AttachedAvatar.ToString()) }, new DetectParams[0]));
|
||||
}
|
||||
else if (m_stateSource == StateSource.NewRez)
|
||||
else if (m_stateSource == StateSource.RegionStart)
|
||||
{
|
||||
// m_log.Debug("[Script] Posted changed(CHANGED_REGION_RESTART) to script");
|
||||
PostEvent(new EventParams("changed",
|
||||
|
||||
Reference in New Issue
Block a user