Don't spam region console with module settings during region startup.
parent
1091ddeafe
commit
6e027bc2a2
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue