a few more changes to console; revert a change possible only needed on future .net, at lest we did live without it till now

This commit is contained in:
UbitUmarov
2022-09-30 11:46:14 +01:00
parent 506d8a5f74
commit 03a4287658

View File

@@ -1218,8 +1218,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
}
private List<PatchesToSend> GetModifiedPatchesInViewDistance(PatchUpdates pups)
{
{
List<PatchesToSend> ret = new List<PatchesToSend>();
if (!pups.HasUpdates())
return ret;