Removing Ignition Message....
#3


11 hours ago, rondo157 said:




Engine\Network\SessionStateInfo.cpp




Line: 2055
IMPLEMENT_MSG_UPDATE(updateEPReset)
{
UpdateClient::EPInit* pRecv = reinterpret_cast<UpdateClient::EPInit*>(istr->GetBuffer());

if (pRecv->isInit == true)
{
return;
}
else
{
return;
}
}


 




Like this:

 

 

Line: 2055
IMPLEMENT_MSG_UPDATE(updateEPReset)
{*/
UpdateClient::EPInit* pRecv = reinterpret_cast<UpdateClient::EPInit*>(istr->GetBuffer());

if (pRecv->isInit == true)
{
return;
}
else
{
return;
}/*
}


Messages In This Thread
[No subject] - by BayBay - 06-01-2021, 10:40 PM
[No subject] - by rondo157 - 06-02-2021, 04:57 AM
[No subject] - by BayBay - 06-02-2021, 04:28 PM
[No subject] - by Desarija - 06-02-2021, 04:51 PM
[No subject] - by BayBay - 06-02-2021, 05:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)