MCPcopy Create free account
hub / github.com/assaultcube/AC / welcomeinitclient

Function welcomeinitclient

source/src/server.cpp:2910–2918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2908}
2909
2910void welcomeinitclient(packetbuf &p, int exclude = -1)
2911{
2912 loopv(clients)
2913 {
2914 client &c = *clients[i];
2915 if(c.type!=ST_TCPIP || !c.isauthed || c.clientnum == exclude) continue;
2916 putinitclient(c, p);
2917 }
2918}
2919
2920void welcomepacket(packetbuf &p, int n)
2921{

Callers 1

welcomepacketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected