mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-22 06:06:01 +00:00
Reimplemented comparing edit times of PBS/data files to decide whether to compile
This commit is contained in:
@@ -774,7 +774,7 @@ module Compiler
|
||||
#=============================================================================
|
||||
def compile_shadow_movesets
|
||||
sections = {}
|
||||
if File.exists?("PBS/shadowmoves.txt")
|
||||
if safeExists?("PBS/shadowmoves.txt")
|
||||
pbCompilerEachCommentedLine("PBS/shadowmoves.txt") { |line, _line_no|
|
||||
if line[/^\s*(\w+)\s*=\s*(.*)$/]
|
||||
key = $1
|
||||
|
||||
Reference in New Issue
Block a user