Ensured messages are recompiled if PBS files or map data is compiled

This commit is contained in:
Maruno17
2024-05-14 22:25:25 +01:00
parent 01c13ada76
commit 209a1ff1b3
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module Compiler
@@categories[:pbs_files] = {
:should_compile => proc { next should_compile_pbs_files? },
:should_compile => proc { |compiling| next should_compile_pbs_files? },
:header_text => proc { next _INTL("Compiling PBS files") },
:skipped_text => proc { next _INTL("Not compiled") },
:compile => proc {