05-08-2021, 12:51 PM
7 hours ago, rondo157 said:
Try: Engine\Network\SessionStateExten.cpp(320)
if (pInfo != NULL)
{
if (IS_EVENT_ON(A_EVENT_HOLLOWEEN))
pInfo->SetLogoType(eLOGO_HOLLOWEEN);
else if (IS_EVENT_ON(TEVENT_XMAS_2007))
pInfo->SetLogoType(eLOGO_NORMAL); // changed eLOGO_XMAS
else
pInfo->SetLogoType(eLOGO_NORMAL);
}
U have 100% turn on xmas event on db, check it mate
I've take a look in, but seems not working on reza 1776:
/monthly_2021_05/image.png.26576c894ce44e7e30ff4101785635e2.png" />
I've also tested this code, just in case, but it doesn't work. I've also checked in the db of the event (t_event and t_eventsettings), and xmas is off... so strange!
/monthly_2021_05/image.png.8cd0bc1c9af13cb318fbcb4a48fb7aa6.png" />

