mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Ensured messages are recompiled if PBS files or map data is compiled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user