02-09-2016, 08:33 AM
if (CheckIPFilter() == TRUE)
{
// CDWriter Ip removal check...returns ip back to SL.dta
// how to remove it is below. by adding /* and */ Omitting the lines
//
/*if (IsValidIP() == FALSE)
{
cci_iSelectedServerNum = -1;
return;
} */
}
// ¼Â¹ö¿¡ â¼ÓÀ» ½Ãµµ.
_tcpip.ConnectToServer(cci_szAddr, cci_iPort); //¼Â¹ö°¡ ¶ç¿öîÀÖ´Â ÄÄÇ»Åà ¾ÆÀÌÇÇ
cci_hSocket = _tcpip.Socket;
g_hSocket = cci_hSocket;
}
i cried so hard when i saw this... so much unnecassary work

