YEngine: fix wrong language detection on some comments in first line
parent
bae7b21e87
commit
21f86c453d
|
@ -1240,6 +1240,8 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// m_log.Info("[YEngine]: will attempt to processing it anyway as default script engine");
|
// m_log.Info("[YEngine]: will attempt to processing it anyway as default script engine");
|
||||||
|
|
||||||
|
langsrt = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!string.IsNullOrEmpty(langsrt) && langsrt !="lsl")
|
if(!string.IsNullOrEmpty(langsrt) && langsrt !="lsl")
|
||||||
|
|
Loading…
Reference in New Issue