mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
clean up and fixing a typo.
This commit is contained in:
@@ -299,7 +299,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
// Outside of this method, they should never be added to objectflags!
|
||||
// -teravus
|
||||
|
||||
SceneObjectPart task=m_scene.GetSceneObjectPart(objID);
|
||||
SceneObjectPart task = m_scene.GetSceneObjectPart(objID);
|
||||
|
||||
// this shouldn't ever happen.. return no permissions/objectflags.
|
||||
if (task == null)
|
||||
|
||||
@@ -571,8 +571,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
|
||||
public void ResetScript()
|
||||
{
|
||||
if (m_script == null)
|
||||
if (m_Script == null)
|
||||
return;
|
||||
|
||||
bool running = Running;
|
||||
|
||||
RemoveState();
|
||||
|
||||
Reference in New Issue
Block a user