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

Function modconnectadmin

source/src/client.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134COMMANDN(modconnect, modconnectserv, "sis");
135
136void modconnectadmin(char *servername, int *serverport, char *password)
137{
138 modprotocol = true;
139 connectserv_(servername, *serverport, password, CR_ADMIN);
140}
141COMMAND(modconnectadmin, "sis");
142
143void modlanconnect()

Callers

nothing calls this directly

Calls 1

connectserv_Function · 0.85

Tested by

no test coverage detected