mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
fix SendAll again
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user