small fix
This commit is contained in:
parent
d000d6df6d
commit
58ce295b08
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ void CClient::OnSndCrdReinitRequest()
|
||||||
void CClient::Start()
|
void CClient::Start()
|
||||||
{
|
{
|
||||||
// init object
|
// init object
|
||||||
Init() ;
|
Init();
|
||||||
|
|
||||||
// enable channel
|
// enable channel
|
||||||
Channel.SetEnable ( true );
|
Channel.SetEnable ( true );
|
||||||
|
|
Loading…
Reference in a new issue