diff options
author | dahlia | 2013-11-01 01:42:43 -0700 |
---|---|---|
committer | dahlia | 2013-11-01 01:42:43 -0700 |
commit | ce94f990bb455c0e1ae568c0c1a8cf3109ed1efd (patch) | |
tree | c2261f758684c6667a5b95ab0c489837387ed014 /OpenSim | |
parent | discard alpha in 4-plane sculpt textures before generating physics proxy mesh (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-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.cs | 2 |
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); |