mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Do bot startup on another thread so console is responsive during this process
This commit is contained in:
@@ -222,6 +222,7 @@ namespace pCampBot
|
||||
Thread pbThread = new Thread(pb.startup);
|
||||
pbThread.Name = pb.Name;
|
||||
pbThread.IsBackground = true;
|
||||
|
||||
pbThread.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user