Skip to content

Commit

Permalink
noHud - remove only what we need
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterparty committed Jul 31, 2024
1 parent f155fd0 commit e3eed74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/patches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17713,10 +17713,10 @@ fn build_and_run_patches<'r>(
if config.no_hud {
for res in vec![
resource_info!("FRME_CombatHud.FRME"),
resource_info!("FRME_ScanHud.FRME"),
resource_info!("FRME_BallHud.FRME"),
resource_info!("FRME_Helmet.FRME"),
resource_info!("FRME_BaseHud.FRME"),
resource_info!("FRME_ScanHud.FRME"),
// resource_info!("FRME_Helmet.FRME"),
// resource_info!("FRME_BaseHud.FRME"),
] {
patcher.add_resource_patch(
res.into(),
Expand Down

0 comments on commit e3eed74

Please sign in to comment.