* Remove load and save inventory commands from the console since these are actually experimental and the storage format may soon undergo incompatible changes
* If you were using these please uncomment the code before rebuilding, but be aware that old files may become incompatible soon0.6.3-post-fixes
							parent
							
								
									bd4955468e
								
							
						
					
					
						commit
						8c157a7aae
					
				| 
						 | 
				
			
			@ -149,6 +149,7 @@ namespace OpenSim
 | 
			
		|||
                    "Save a region's data to an OAR archive",
 | 
			
		||||
                    "More information on forthcoming options here soon", SaveOar);
 | 
			
		||||
 | 
			
		||||
            /*
 | 
			
		||||
            m_console.Commands.AddCommand("region", "save inventory",
 | 
			
		||||
                    "save inventory <first> <last> <path> <file>",
 | 
			
		||||
                    "Save user inventory data", SaveInv);
 | 
			
		||||
| 
						 | 
				
			
			@ -156,6 +157,7 @@ namespace OpenSim
 | 
			
		|||
            m_console.Commands.AddCommand("region", "load inventory",
 | 
			
		||||
                    "load inventory <first> <last> <path> <file>",
 | 
			
		||||
                    "Load user inventory data", LoadInv);
 | 
			
		||||
                    */
 | 
			
		||||
 | 
			
		||||
            m_console.Commands.AddCommand("region", "edit scale",
 | 
			
		||||
                    "edit scale <name> <x> <y> <z>",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue