Skip to content

Commit

Permalink
Update parsers.rs
Browse files Browse the repository at this point in the history
Specified OneDrive message
  • Loading branch information
Zetabite committed Feb 10, 2020
1 parent b000af9 commit 47e0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fn multimc_in_onedrive_managed_folder(log: &str) -> Option<(&str, String)> {
static ref RE: Regex = Regex::new(r"Minecraft folder is:\nC:/.+/.+/OneDrive").unwrap();
}
if RE.is_match(log) {
Some(("❗", "MultiMC is located in a folder managed by OneDrive. OneDrive messes with Minecraft folders while the game is running, and this often leads to crashes.\nYou should move MultiMC to a different folder.".to_string()))
Some(("❗", "MultiMC is located in a folder managed by OneDrive. OneDrive messes with Minecraft folders while the game is running, and this often leads to crashes.\nYou should move the MultiMC folder to a different folder.".to_string()))
} else {
None
}
Expand Down

0 comments on commit 47e0a22

Please sign in to comment.