fix: durango being included in TMS ifdef

Durango lit doesnt support this idk why i even added it
This commit is contained in:
2026-08-19 16:08:22 -04:00
parent fe90a6c640
commit 5a3c528ed0
3 changed files with 2 additions and 28 deletions
+2 -2
View File
@@ -1784,8 +1784,8 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
app.SetGameHostOption(eGameHostOption_All,packet->m_serverSettings);
// 4J-PB - if we go straight in from the menus via an invite, we won't have the DLC info
//str1k3r - TMS only exists on Xbox platforms therefore, we only need this on Xbox platforms.
#if defined(_DURANGO) || defined(_XBOX)
//str1k3r - TMS only exists on Xbox 360 therefore, we only need this on Xbox 360.
#ifdef _XBOX
if(app.GetTMSGlobalFileListRead()==false)
{
app.SetTMSAction(ProfileManager.GetPrimaryPad(),eTMSAction_TMSPP_RetrieveFiles_RunPlayGame);