mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Display and host using playlists instead of gamemode
This should show the actual playlist rather than the gamemode.
This commit is contained in:
parent
e2338d8231
commit
04856caf05
@ -289,7 +289,7 @@ void CHostState::Think(void) const
|
||||
hostdesc->GetString(),
|
||||
sv_pylonVisibility->GetInt() == EServerVisibility_t::HIDDEN,
|
||||
g_pHostState->m_levelName,
|
||||
mp_gamemode->GetString(),
|
||||
KeyValues_GetCurrentPlaylist(),
|
||||
hostip->GetString(),
|
||||
hostport->GetString(),
|
||||
g_pNetKey->GetBase64NetKey(),
|
||||
|
@ -736,7 +736,7 @@ void CBrowser::UpdateHostingStatus(void)
|
||||
g_pServerListManager->m_Server.m_svDescription,
|
||||
g_pServerListManager->m_Server.m_bHidden,
|
||||
g_pHostState->m_levelName,
|
||||
mp_gamemode->GetString(),
|
||||
KeyValues_GetCurrentPlaylist(),
|
||||
hostip->GetString(),
|
||||
hostport->GetString(),
|
||||
g_pNetKey->GetBase64NetKey(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user