aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authordahlia2013-11-01 01:42:43 -0700
committerdahlia2013-11-01 01:42:43 -0700
commitce94f990bb455c0e1ae568c0c1a8cf3109ed1efd (patch)
treec2261f758684c6667a5b95ab0c489837387ed014 /OpenSim
parentdiscard alpha in 4-plane sculpt textures before generating physics proxy mesh (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-ce94f990bb455c0e1ae568c0c1a8cf3109ed1efd.zip
opensim-SC_OLD-ce94f990bb455c0e1ae568c0c1a8cf3109ed1efd.tar.gz
opensim-SC_OLD-ce94f990bb455c0e1ae568c0c1a8cf3109ed1efd.tar.bz2
opensim-SC_OLD-ce94f990bb455c0e1ae568c0c1a8cf3109ed1efd.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Tools/pCampBot/Bot.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Bot.cs b/OpenSim/Tools/pCampBot/Bot.cs
index d0a4ef3..ccc24fa 100644
--- a/OpenSim/Tools/pCampBot/Bot.cs
+++ b/OpenSim/Tools/pCampBot/Bot.cs
@@ -166,7 +166,7 @@ namespace pCampBot
166 { 166 {
167 ConnectionState = ConnectionState.Disconnected; 167 ConnectionState = ConnectionState.Disconnected;
168 168
169 Random = new Random(Environment.TickCount);// We do stuff randomly here 169 Random = new Random(bm.Rng.Next());
170 FirstName = firstName; 170 FirstName = firstName;
171 LastName = lastName; 171 LastName = lastName;
172 Name = string.Format("{0} {1}", FirstName, LastName); 172 Name = string.Format("{0} {1}", FirstName, LastName);