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

Function lanconnect

source/src/client.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120COMMAND(connectadmin, "sis");
121
122void lanconnect()
123{
124 modprotocol = false;
125 connectserv_(NULL);
126}
127COMMAND(lanconnect, "");
128
129void modconnectserv(char *servername, int *serverport, char *password)

Callers

nothing calls this directly

Calls 1

connectserv_Function · 0.85

Tested by

no test coverage detected