Skip to content

Commit

Permalink
fix: return inner
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Aug 12, 2023
1 parent b8d9de8 commit a470d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/structs/forgemod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl<
bincode::deserialize(contents)
}

// pub fn version(&self) -> u32 {
// self.format_version
// }
pub fn get_inner(&self) -> &Inner {
&self._inner
}
}

0 comments on commit a470d46

Please sign in to comment.