Skip to content

Commit

Permalink
fully integrated publicServer in the C side
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan committed Apr 23, 2010
1 parent c8c796b commit 7dea98a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pycontrol/servermodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ static PyMethodDef ModuleMethods[] = {
{"setMinsRemaining", setGameMins, METH_VARARGS, "Set the minutes remanining in current game."},
{"endGame", endGame, METH_VARARGS, "End the current game."},
{"adminPassword", adminPass, METH_VARARGS, "Get the administrator password."},
{"publicServer", publicServer, METH_VARARGS, "Decides how masters are chosen and what privileges they have."},
{"sendMapReload", sendMapReload, METH_VARARGS, "Causes all users to send vote on next map."},
{"serverPassword", serverPassword, METH_VARARGS, "Password for entry to the server."},
{"minutesRemaining", minRemain, METH_VARARGS, "Minutes remaining in current match."},
Expand Down

0 comments on commit 7dea98a

Please sign in to comment.