mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
clean up and fixing a typo.
This commit is contained in:
@@ -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