diff options
author | John Hurliman | 2009-10-25 01:13:50 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-25 01:13:50 -0700 |
commit | 0be79b285b0c73c3499cd4843c5e6e2f58bc2620 (patch) | |
tree | 89c535a8d4f18f56e52677c2591a11b436b0c169 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-0be79b285b0c73c3499cd4843c5e6e2f58bc2620.zip opensim-SC_OLD-0be79b285b0c73c3499cd4843c5e6e2f58bc2620.tar.gz opensim-SC_OLD-0be79b285b0c73c3499cd4843c5e6e2f58bc2620.tar.bz2 opensim-SC_OLD-0be79b285b0c73c3499cd4843c5e6e2f58bc2620.tar.xz |
Having a commit fail... this fixes a typo in the previous commit(s?)
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 9cdbf32..426ef29 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -271,7 +271,7 @@ namespace pCampBot | |||
271 | string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly); | 271 | string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly); |
272 | InventoryFolder clothfolder = FindClothingFolder(); | 272 | InventoryFolder clothfolder = FindClothingFolder(); |
273 | UUID transid = UUID.Random(); | 273 | UUID transid = UUID.Random(); |
274 | List<InventoryItem> listwearables = new List<InventoryItem>(); | 274 | List<InventoryBase> listwearables = new List<InventoryBase>(); |
275 | 275 | ||
276 | for (int i = 0; i < clothing.Length; i++) | 276 | for (int i = 0; i < clothing.Length; i++) |
277 | { | 277 | { |