aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/PhysicsBot.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot/PhysicsBot.cs')
-rw-r--r--OpenSim/Tools/pCampBot/PhysicsBot.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs
index c1bd49f..05a510a 100644
--- a/OpenSim/Tools/pCampBot/PhysicsBot.cs
+++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs
@@ -36,9 +36,9 @@ using log4net;
36using OpenMetaverse; 36using OpenMetaverse;
37using OpenMetaverse.Assets; 37using OpenMetaverse.Assets;
38using Nini.Config; 38using Nini.Config;
39using pCampBot.Interfaces;
40using OpenSim.Framework; 39using OpenSim.Framework;
41using OpenSim.Framework.Console; 40using OpenSim.Framework.Console;
41using pCampBot.Interfaces;
42using Timer = System.Timers.Timer; 42using Timer = System.Timers.Timer;
43 43
44namespace pCampBot 44namespace pCampBot
@@ -105,7 +105,7 @@ namespace pCampBot
105 string firstName, string lastName, string password, string loginUri) 105 string firstName, string lastName, string password, string loginUri)
106 { 106 {
107 Client = new GridClient(); 107 Client = new GridClient();
108 108
109 Random = new Random(Environment.TickCount);// We do stuff randomly here 109 Random = new Random(Environment.TickCount);// We do stuff randomly here
110 FirstName = firstName; 110 FirstName = firstName;
111 LastName = lastName; 111 LastName = lastName;