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

Function connectserv

source/src/client.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void connectserv(char *servername, int *serverport, char *password)
109{
110 modprotocol = false;
111 connectserv_(servername, *serverport, password);
112}
113COMMANDN(connect, connectserv, "sis");
114
115void connectadmin(char *servername, int *serverport, char *password)

Callers

nothing calls this directly

Calls 1

connectserv_Function · 0.85

Tested by

no test coverage detected