change define name

This commit is contained in:
NOTPIES
2026-03-08 22:19:39 -03:00
parent 6e2afbde93
commit 09000cc4a1
7 changed files with 14 additions and 14 deletions

View File

@@ -790,7 +790,7 @@ int CGameNetworkManager::JoinFromInvite_SignInReturned(void *pParam,bool bContin
void CGameNetworkManager::UpdateAndSetGameSessionData(INetworkPlayer *pNetworkPlayerLeaving)
{
#ifndef _DEDICATED_SERVER
#ifndef WITH_SERVER_CODE
Minecraft *pMinecraft = Minecraft::GetInstance();
TexturePack *tPack = pMinecraft->skins->getSelected();
s_pPlatformNetworkManager->SetSessionTexturePackParentId( tPack->getDLCParentPackId() );