diff --git a/src/Network/InitClient.cpp b/src/Network/InitClient.cpp index e69616c..9a3fa20 100644 --- a/src/Network/InitClient.cpp +++ b/src/Network/InitClient.cpp @@ -32,7 +32,7 @@ void Respond(Client*c, const std::string& MSG, bool Rel){ }else UDPSend(c,MSG); } void SendToAll(Client*c, const std::string& Data, bool Self, bool Rel){ - if (Self) { + if (!Self) { Assert(c); } char C = Data.at(0);