Don't spam region console with module settings during region startup.
parent
1091ddeafe
commit
6e027bc2a2
|
@ -439,7 +439,8 @@ namespace Flocking
|
|||
//}
|
||||
SendSimChat(response, m_chatChannel);
|
||||
} else {
|
||||
MainConsole.Instance.Output (response);
|
||||
if (m_ready)
|
||||
MainConsole.Instance.Output (response);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue