Gate spectator list in safe mode
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user