We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfc8f8 commit 3616ab0Copy full SHA for 3616ab0
src/Features/NetMessage.cpp
@@ -66,7 +66,7 @@ static bool readyToSend() {
66
67
void NetMessage::SessionStarted() {
68
if (engine->IsCoop() && !engine->IsSplitscreen()) {
69
- if (!g_session_init && engine->IsOrange()) {
+ if (!g_session_init && engine->IsOrange() && sar_netmessage_enable.GetBool()) {
70
if (sar_netmessage_debug.GetBool()) console->Print("New coop session started as orange, saying hello!\n");
71
g_session_init = true;
72
engine->ExecuteCommand("say \"" SAR_MSG_HELLO "\"");
0 commit comments