change stuff and add stuff

This commit is contained in:
2025-04-05 07:06:41 +01:00
parent 57db451958
commit c284bad06b
5 changed files with 51 additions and 14 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ const ENHANCED: &str = "GTA5_Enhanced.exe";
const LEGACY: &str = "GTA5.exe";
pub struct EmptySession {
pub enabled: bool,
pub disabled: bool,
pub interval: Instant,
pub countdown: Countdown,
}
@@ -19,7 +19,7 @@ pub struct EmptySession {
impl Default for EmptySession {
fn default() -> Self {
Self {
enabled: true,
disabled: false,
interval: Instant::now(),
countdown: Countdown::new(features::empty_session::INTERVAL.as_secs() as usize),
}