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

Function connectadmin

source/src/client.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113COMMANDN(connect, connectserv, "sis");
114
115void connectadmin(char *servername, int *serverport, char *password)
116{
117 modprotocol = false;
118 connectserv_(servername, *serverport, password, CR_ADMIN);
119}
120COMMAND(connectadmin, "sis");
121
122void lanconnect()

Callers

nothing calls this directly

Calls 1

connectserv_Function · 0.85

Tested by

no test coverage detected