Skip to content

Commit

Permalink
Call get inventory more often
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Mar 11, 2024
1 parent e279061 commit bfea2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_forge/src/states/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Plugin for GameStatePlugin {
}
cmd.beam_get_inventory(Some("currency.coins,items.AiItemContent".to_owned()));
})
.run_if(on_timer(std::time::Duration::from_secs(3))),
.run_if(on_timer(std::time::Duration::from_secs(1))),
);
}
}
Expand Down

0 comments on commit bfea2ca

Please sign in to comment.