mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
GridServerPostHandler finished. GridClient tests all work. More guards on getting parameters and replies over the wire.
This commit is contained in:
@@ -101,10 +101,7 @@ namespace OpenSim.Data.Null
|
||||
ret.Add(r);
|
||||
}
|
||||
|
||||
if (ret.Count > 0)
|
||||
return ret;
|
||||
|
||||
return null;
|
||||
return ret;
|
||||
}
|
||||
|
||||
public bool Store(RegionData data)
|
||||
|
||||
Reference in New Issue
Block a user