remove a unnecessary scripts constants file

This commit is contained in:
UbitUmarov
2018-10-25 02:06:44 +01:00
parent 82a0fa7dfe
commit 7479638e88
7 changed files with 75 additions and 104 deletions

View File

@@ -91,7 +91,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
get { return m_ScriptEngine.World; }
}
public string cmDetectedCountry(int number)
public LSL_Key cmDetectedCountry(int number)
{
m_host.AddScriptLPS(1);
if(!m_CMFunctionsEnabled)