Skip to content

Commit

Permalink
Update mono.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Oct 15, 2024
1 parent f6e44ea commit a916701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bootstrap/src/base_assembly/mono.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn init(runtime: &FerrexRuntime) -> Result<(), DynErr> {

//get the AssemblyManager class and grab some methods from it
let assemblymanager_class = melonloader_assembly.get_class(
"MelonLoader.InternalUtils.Resolver",
"MelonLoader.Resolver",
"AssemblyManager",
runtime,
)?;
Expand Down

0 comments on commit a916701

Please sign in to comment.