aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Bot.cs
diff options
context:
space:
mode:
authorOren Hurvitz2014-06-30 18:03:41 +0300
committerOren Hurvitz2014-07-21 09:11:51 +0100
commit470161ae2ef67b18fa4432de144a6402a5075814 (patch)
tree0b1d4dc0b481c609dfbefc04fb1c84fdeb26ae80 /OpenSim/Tools/pCampBot/Bot.cs
parentIn "show throttles", show the maximum drip rate. This shows whether a client ... (diff)
downloadopensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.zip
opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.gz
opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.bz2
opensim-SC_OLD-470161ae2ef67b18fa4432de144a6402a5075814.tar.xz
Write some pCampBot messages to the log
Diffstat (limited to 'OpenSim/Tools/pCampBot/Bot.cs')
-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 3c07a7c..c743568 100644
--- a/OpenSim/Tools/pCampBot/Bot.cs
+++ b/OpenSim/Tools/pCampBot/Bot.cs
@@ -333,7 +333,7 @@ namespace pCampBot
333 // client 333 // client
334 CreateLibOmvClient(); 334 CreateLibOmvClient();
335 335
336 if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "Your name")) 336 if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "pCampBot"))
337 { 337 {
338 ConnectionState = ConnectionState.Connected; 338 ConnectionState = ConnectionState.Connected;
339 339