mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
fix SendAll again
This commit is contained in:
parent
1de29dc5e4
commit
775e46788c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user