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

Function modconnectserv

source/src/client.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127COMMAND(lanconnect, "");
128
129void modconnectserv(char *servername, int *serverport, char *password)
130{
131 modprotocol = true;
132 connectserv_(servername, *serverport, password);
133}
134COMMANDN(modconnect, modconnectserv, "sis");
135
136void modconnectadmin(char *servername, int *serverport, char *password)

Callers

nothing calls this directly

Calls 1

connectserv_Function · 0.85

Tested by

no test coverage detected