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,6 +439,7 @@ namespace Flocking
//} //}
SendSimChat(response, m_chatChannel); SendSimChat(response, m_chatChannel);
} else { } else {
if (m_ready)
MainConsole.Instance.Output (response); MainConsole.Instance.Output (response);
} }
} }