removed billing
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "common/billing.h"
|
||||
#include "config.h"
|
||||
#include "desc_client.h"
|
||||
#include "desc_manager.h"
|
||||
@@ -370,8 +369,6 @@ void CInputP2P::LoginPing(LPDESC d, const char * c_pData)
|
||||
{
|
||||
TPacketGGLoginPing * p = (TPacketGGLoginPing *) c_pData;
|
||||
|
||||
SendBillingExpire(p->szLogin, BILLING_DAY, 0, NULL);
|
||||
|
||||
if (!g_pkAuthMasterDesc) // If I am master, I have to broadcast
|
||||
P2P_MANAGER::instance().Send(p, sizeof(TPacketGGLoginPing), d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user