Really add the old parameter names to load oar to keep downward compatibiliy

0.8.0.3
Robert Adams 2014-02-02 17:18:08 -08:00
parent 2a4dd34616
commit 8c6a0cb44a
1 changed files with 2 additions and 0 deletions

View File

@ -114,7 +114,9 @@ namespace OpenSim.Region.CoreModules.World.Archiver
options.Add("m|merge", delegate (string v) { mergeOar = (v != null); });
options.Add("s|skip-assets", delegate (string v) { skipAssets = (v != null); });
options.Add("force-terrain", delegate (string v) { forceTerrain = (v != null); });
options.Add("forceterrain", delegate (string v) { forceTerrain = (v != null); }); // downward compatibility
options.Add("force-parcels", delegate (string v) { forceParcels = (v != null); });
options.Add("forceparcels", delegate (string v) { forceParcels = (v != null); }); // downward compatibility
options.Add("displacement=", delegate (string v) {
try
{