Add client_print_color native (CS only) (bug 5823, r=Nextra)
Former-commit-id: 9e37c60bc543676cbd659621a129bd953fc71473
This commit is contained in:
@@ -41,6 +41,7 @@ void CPlayer::Init(edict_t* e, int i)
|
||||
initialized = false;
|
||||
ingame = false;
|
||||
authorized = false;
|
||||
teamIdsInitialized = false;
|
||||
|
||||
current = 0;
|
||||
teamId = -1;
|
||||
@@ -62,6 +63,7 @@ void CPlayer::Disconnect()
|
||||
ingame = false;
|
||||
initialized = false;
|
||||
authorized = false;
|
||||
teamIdsInitialized = false;
|
||||
|
||||
if (newmenu != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user