Skip to content

Commit

Permalink
Fixed SV_ in sbcs.cpp and removed configdir from server module
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Jul 21, 2010
1 parent cd689af commit caa26cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pycontrol/sbcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ namespace SbCs
return;
}

sendf(*cn, 1, "ris", SV_SERVMSG, msg);
sendf(*cn, 1, "ris", N_SERVMSG, msg);
}

void playersessionid(int *cn)
Expand Down
1 change: 0 additions & 1 deletion src/pycontrol/servermodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@ static PyMethodDef ModuleMethods[] = {
{"demoData", demoData, METH_VARARGS, "Demo data."},
{"sendDemo", sendDemo, METH_VARARGS, "Send demo to client."},
{"suicide", suicide, METH_VARARGS, "Force client to commit suicide."},
{"configdir", configdir, METH_VARARGS, "Python config dir."},
{NULL, NULL, 0, NULL}
};

Expand Down

0 comments on commit caa26cd

Please sign in to comment.