From 789bcf5063dc2e169d71e164b1e640f402b22d2a Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Tue, 23 Apr 2024 00:25:26 +0300 Subject: [PATCH] [mod] Add success message. --- src/aim1_mod_maker/aim1_mod_maker.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aim1_mod_maker/aim1_mod_maker.h b/src/aim1_mod_maker/aim1_mod_maker.h index 797c270..422e8c8 100644 --- a/src/aim1_mod_maker/aim1_mod_maker.h +++ b/src/aim1_mod_maker/aim1_mod_maker.h @@ -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