From 450c42145d0b04b3a40e8c2b397ddb98b35e5daa Mon Sep 17 00:00:00 2001 From: "Marius \"Teelevision\" Neugebauer" Date: Thu, 27 Mar 2014 21:25:55 +0100 Subject: fixed and improved votebans --- src/engine/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/server.h') diff --git a/src/engine/server.h b/src/engine/server.h index deb36ef5..7896f911 100644 --- a/src/engine/server.h +++ b/src/engine/server.h @@ -1,5 +1,6 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ +/* Modified by Teelevision for zCatch/TeeVi, see readme.txt and license.txt. */ #ifndef ENGINE_SERVER_H #define ENGINE_SERVER_H #include "kernel.h" @@ -32,6 +33,7 @@ public: virtual bool ClientIngame(int ClientID) = 0; virtual int GetClientInfo(int ClientID, CClientInfo *pInfo) = 0; virtual void GetClientAddr(int ClientID, char *pAddrStr, int Size) = 0; + virtual int ClientVotebannedTime(int ClientID) = 0; virtual int SendMsg(CMsgPacker *pMsg, int Flags, int ClientID) = 0; -- cgit 1.4.1