BUG fix : fix a very silly bug uint in place of ulong :(

This commit is contained in:
UbitUmarov
2014-11-03 21:04:21 +00:00
parent a6ffcbb7f9
commit b5e43a4b90

View File

@@ -2139,7 +2139,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
previousRegionNeighbourHandles.Remove(currentRegionHandler);
// previousRegionNeighbourHandles now contains regions to forget
foreach (uint handler in previousRegionNeighbourHandles)
foreach (ulong handler in previousRegionNeighbourHandles)
seeds.Remove(handler);
/// Update all child agent with everyone's seeds