Gate spectator list in safe mode

This commit is contained in:
2026-08-05 18:47:04 +02:00
parent 06c3ad81e5
commit d298471a04
@@ -379,7 +379,7 @@ auto CMisc::OnClientOutput() -> void
GetRenderStackSystem()->DrawString( pSafeFont , ImVec2( 8.f , 8.f ) , FW1_LEFT | FW1_TOP , ImColor( 0 , 255 , 0 ) , "[SAFE MODE]" ); GetRenderStackSystem()->DrawString( pSafeFont , ImVec2( 8.f , 8.f ) , FW1_LEFT | FW1_TOP , ImColor( 0 , 255 , 0 ) , "[SAFE MODE]" );
} }
if ( Settings::Misc::SpectatorList ) if ( !Settings::SafeMode::Active && Settings::Misc::SpectatorList )
{ {
auto* pLocalController = GetCL_Players()->GetLocalPlayerController(); auto* pLocalController = GetCL_Players()->GetLocalPlayerController();