[mod] Add success message.

This commit is contained in:
lzwdgc 2024-04-23 00:25:26 +03:00
parent fb13346a9d
commit 789bcf5063

View file

@ -300,6 +300,7 @@ struct mod_maker {
} else {
log("7z not found, skipping archive creation");
}
log("Done! Your mod {} is ready!", get_full_mod_name());
}
template <typename T>