Don't spam region console with module settings during region startup.

pull/1/head
Kevin Cozens 2018-03-15 17:01:51 -04:00
parent 1091ddeafe
commit 6e027bc2a2
1 changed files with 2 additions and 1 deletions

View File

@ -439,7 +439,8 @@ namespace Flocking
//}
SendSimChat(response, m_chatChannel);
} else {
MainConsole.Instance.Output (response);
if (m_ready)
MainConsole.Instance.Output (response);
}
}