diff options
Diffstat (limited to 'OpenSim/TestSuite/PhysicsBot.cs')
-rw-r--r-- | OpenSim/TestSuite/PhysicsBot.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/PhysicsBot.cs b/OpenSim/TestSuite/PhysicsBot.cs index 3e12bb1..5c1d966 100644 --- a/OpenSim/TestSuite/PhysicsBot.cs +++ b/OpenSim/TestSuite/PhysicsBot.cs | |||
@@ -37,8 +37,9 @@ using System.Threading; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Console; | 38 | using OpenSim.Framework.Console; |
39 | using Timer = System.Timers.Timer; | 39 | using Timer = System.Timers.Timer; |
40 | using log4net; | ||
40 | 41 | ||
41 | namespace pCampBot | 42 | namespace OpenSim.TestSuite |
42 | { | 43 | { |
43 | public class PhysicsBot | 44 | public class PhysicsBot |
44 | { | 45 | { |