mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
This commit is contained in:
@@ -217,11 +217,13 @@ namespace pCampBot
|
||||
doBotShutdown();
|
||||
}
|
||||
|
||||
/*
|
||||
private void HandleQuit(string module, string[] cmd)
|
||||
{
|
||||
m_console.Warn("DANGER", "This should only be used to quit the program if you've already used the shutdown command and the program hasn't quit");
|
||||
Environment.Exit(0);
|
||||
}
|
||||
*/
|
||||
|
||||
private void HandleAddBots(string module, string[] cmd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user