YEngine: fix wrong language detection on some comments in first line

0.9.1.1
UbitUmarov 2019-11-04 17:22:42 +00:00
parent bae7b21e87
commit 21f86c453d
1 changed files with 7 additions and 5 deletions

View File

@ -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")