fix SendAll again

This commit is contained in:
Lion Kortlepel 2020-11-06 01:40:08 +01:00
parent 1de29dc5e4
commit 775e46788c

View File

@ -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);