Remove unused function
This commit is contained in:
parent
5c34e55552
commit
6687d73f20
@ -71,11 +71,6 @@ namespace Components
|
|||||||
{ "9", 33554432 },
|
{ "9", 33554432 },
|
||||||
};
|
};
|
||||||
|
|
||||||
bool Bots::IsValidClientNum(unsigned int cNum)
|
|
||||||
{
|
|
||||||
return (cNum >= 0) && (cNum < (unsigned int)*Game::svs_numclients);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Bots::BuildConnectString(char* buffer, const char* connectString, int num, int, int protocol, int checksum, int statVer, int statStuff, int port)
|
void Bots::BuildConnectString(char* buffer, const char* connectString, int num, int, int protocol, int checksum, int statVer, int statStuff, int port)
|
||||||
{
|
{
|
||||||
static int botId = 0;
|
static int botId = 0;
|
||||||
|
@ -7,7 +7,6 @@ namespace Components
|
|||||||
public:
|
public:
|
||||||
Bots();
|
Bots();
|
||||||
~Bots();
|
~Bots();
|
||||||
static bool IsValidClientNum(unsigned int);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static std::vector<std::string> BotNames;
|
static std::vector<std::string> BotNames;
|
||||||
|
Loading…
Reference in New Issue
Block a user