mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
launch pCampbot shutdown console comand asynchronously
This commit is contained in:
@@ -233,8 +233,11 @@ namespace pCampBot
|
||||
|
||||
private void HandleShutdown(string module, string[] cmd)
|
||||
{
|
||||
m_log.Warn("[BOTMANAGER]: Shutting down bots");
|
||||
doBotShutdown();
|
||||
Util.FireAndForget(o =>
|
||||
{
|
||||
m_log.Warn("[BOTMANAGER]: Shutting down bots");
|
||||
doBotShutdown();
|
||||
});
|
||||
}
|
||||
|
||||
private void HandleShowStatus(string module, string[] cmd)
|
||||
|
||||
Reference in New Issue
Block a user