diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2010-10-09 20:34:17 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-11 00:31:21 +0200 |
| commit | 61201fea1311b62bd5390a3f1684695073315290 (patch) | |
| tree | 88cf384c78c01ceb7fbd2218148e3fce2f701d2b /src/game/client/components/voting.h | |
| parent | 7aefbca742c20206ce18a64bc83322331ee67b39 (diff) | |
| download | zcatch-61201fea1311b62bd5390a3f1684695073315290.tar.gz zcatch-61201fea1311b62bd5390a3f1684695073315290.zip | |
added reason to kick a player in the callvote tab
Diffstat (limited to 'src/game/client/components/voting.h')
| -rw-r--r-- | src/game/client/components/voting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index 1f5d2fc5..1fc2aa53 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -39,7 +39,7 @@ public: void RenderBars(CUIRect Bars, bool Text); - void CallvoteKick(int ClientId); + void CallvoteKick(int ClientId, char *pReason); void CallvoteOption(int Option); void ForcevoteKick(int ClientId); void ForcevoteOption(int Option); |