From 259ddcfe1a655638f8e87f8b3dfec6d9c006140f Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 19 May 2008 13:26:42 +0000 Subject: Update svn properties. Minor formatting cleanup. --- OpenSim/Tools/pCampBot/PhysicsBot.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'OpenSim/Tools/pCampBot/PhysicsBot.cs') diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 960be9b..49c3c78 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs @@ -103,7 +103,6 @@ namespace pCampBot client.Self.Chat(randomf, 0, ChatType.Normal); //Thread.Sleep(somthing.Next(1, 10)); // Apparently its better without it right now. - } /// @@ -115,9 +114,6 @@ namespace pCampBot lastname = startupConfig.GetString("lastname", "random"); password = startupConfig.GetString("password", "12345"); loginURI = startupConfig.GetString("loginuri"); - - - } /// @@ -139,7 +135,6 @@ namespace pCampBot client.Network.OnDisconnected += new NetworkManager.DisconnectedCallback(this.Network_OnDisconnected); if (client.Network.Login(firstname, lastname, password, "pCampBot", "Your name")) { - if (OnConnected != null) { m_action = new Timer(somthing.Next(1000, 10000)); @@ -147,7 +142,6 @@ namespace pCampBot m_action.Start(); OnConnected(this, EventType.CONNECTED); client.Self.Jump(); - } } else -- cgit v1.1