clean some spurius chars and a few other things. Thanks Vincent Sylvester

This commit is contained in:
UbitUmarov
2022-11-12 02:49:01 +00:00
parent 472c243362
commit d9380c9b83
57 changed files with 111 additions and 112 deletions

View File

@@ -739,7 +739,7 @@ namespace OpenSim.Region.OptionalModules.World.TreePopulator
float minscale = 0;
if(!low && m_allowGrow)
minscale = copse.m_maximum_scale.Z * 0.75f;;
minscale = copse.m_maximum_scale.Z * 0.75f;
int i = 0;
UUID[] current = copse.m_trees.ToArray();