Skip to content

Commit

Permalink
elaborate note
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Sep 6, 2023
1 parent d538f40 commit b06df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastgmad-bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn main() {
log::error!("fastgmad comes with two additional shared libraries");
log::error!("Make sure these shared libraries are present in the same directory & dynamic linker search path as fastgmad, otherwise Workshop publishing will not work");
}
log::error!("Additionally, it is not recommended to install fastgmad in the bin directory of Garry's Mod, as Garry's Mod itself may use a different version of the Steam API and updates can break this");
log::error!("Additionally, it is not recommended to install fastgmad directly in the bin directory of Garry's Mod, as Garry's Mod itself may use a different version of the Steam API and updates can break this. If you have done this, and replaced files in the process, you may have broken your game and will need to verify integrity cache.");
eprintln!();
Err(err).unwrap()
}
Expand Down

0 comments on commit b06df9d

Please sign in to comment.