diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/BotManager.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index d06c55b..6d4bdb1 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -222,6 +222,7 @@ namespace pCampBot | |||
222 | Thread pbThread = new Thread(pb.startup); | 222 | Thread pbThread = new Thread(pb.startup); |
223 | pbThread.Name = pb.Name; | 223 | pbThread.Name = pb.Name; |
224 | pbThread.IsBackground = true; | 224 | pbThread.IsBackground = true; |
225 | |||
225 | pbThread.Start(); | 226 | pbThread.Start(); |
226 | } | 227 | } |
227 | 228 | ||