mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Merge branch 'opensim:master' into master
This commit is contained in:
@@ -506,7 +506,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
}
|
||||
|
||||
if (map.TryGetValue("prim_bonus", out tmp) && tmp is not null)
|
||||
es.ObjectBonus = tmp.AsInteger();
|
||||
es.ObjectBonus = tmp.AsReal();
|
||||
|
||||
if (map.TryGetValue("sim_access", out tmp) && tmp is not null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user