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

avinationmerge
UbitUmarov 2014-11-03 21:04:21 +00:00
parent a6ffcbb7f9
commit b5e43a4b90
1 changed files with 1 additions and 1 deletions

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