From 470161ae2ef67b18fa4432de144a6402a5075814 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Mon, 30 Jun 2014 18:03:41 +0300 Subject: Write some pCampBot messages to the log --- OpenSim/Tools/pCampBot/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tools/pCampBot/Bot.cs') 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 // client CreateLibOmvClient(); - if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "Your name")) + if (Client.Network.Login(FirstName, LastName, Password, "pCampBot", StartLocation, "pCampBot")) { ConnectionState = ConnectionState.Connected; -- cgit v1.1