mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs
This commit is contained in:
@@ -1043,7 +1043,7 @@ namespace OpenSim.Framework
|
||||
else if (typeof(T) == typeof(Int32))
|
||||
val = cnf.GetInt(varname, (int)val);
|
||||
else if (typeof(T) == typeof(float))
|
||||
val = cnf.GetFloat(varname, (int)val);
|
||||
val = cnf.GetFloat(varname, (float)val);
|
||||
else
|
||||
m_log.ErrorFormat("[UTIL]: Unhandled type {0}", typeof(T));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user