mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Ensured messages are recompiled if PBS files or map data is compiled
This commit is contained in:
@@ -959,7 +959,7 @@ module Compiler
|
||||
return ret
|
||||
end
|
||||
@@categories.each_pair do |category, procs|
|
||||
ret.push(category) if procs[:should_compile]&.call
|
||||
ret.push(category) if procs[:should_compile]&.call(ret)
|
||||
end
|
||||
return ret
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user