Skip to content

Commit

Permalink
chore: add download hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jan 25, 2024
1 parent 2dfb328 commit cda2510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fn main() {
f.read_to_string(&mut s).unwrap();
breeds = serde_json::from_str(&s).unwrap();
} else {
eprintln!("breeds.json not found, try to get from palworld.caimogu.cc, this may take few minutes...");
let mut i = 1;
loop {
let re = c
Expand Down

0 comments on commit cda2510

Please sign in to comment.