Pickup our version number for the function

inv-download
BlueWall 2015-03-03 16:42:42 -05:00
parent 7f0995ae31
commit b6b1e11238
1 changed files with 1 additions and 1 deletions

View File

@ -5645,7 +5645,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
else if (name == "sim_version")
{
return "";
return World.GetSimulatorVersion();
}
else
{